Skip to content

Commit

Permalink
Shellcheck again
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge authored and garious committed Jun 5, 2018
1 parent 2da2d4e commit 074c9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ ! -r $LIB ]]; then
fi

# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
source $HOME/.cargo/env
source ~/.cargo/env
export RUST_BACKTRACE=1
cargo test --features=cuda

Expand Down
2 changes: 1 addition & 1 deletion ci/test-erasure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ln -s libgf_complete.so libgf_complete.so.1.0.0
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH

# shellcheck disable=SC1090 # <-- shellcheck can't follow ~
source $HOME/.cargo/env
source ~/.cargo/env
cargo test --features="erasure"

exit 0

0 comments on commit 074c9af

Please sign in to comment.