Shellcheck again

This commit is contained in:
Stephen Akridge 2018-06-05 13:52:46 -07:00 committed by Greg Fitzgerald
parent 2da2d4e365
commit 074c9af020
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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