From 074c9af020da014241f4ae0cc9b16572a6ef2d49 Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Tue, 5 Jun 2018 13:52:46 -0700 Subject: [PATCH] Shellcheck again --- ci/test-cuda.sh | 2 +- ci/test-erasure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test-cuda.sh b/ci/test-cuda.sh index 4dd17b46db..53aedac5e8 100755 --- a/ci/test-cuda.sh +++ b/ci/test-cuda.sh @@ -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 diff --git a/ci/test-erasure.sh b/ci/test-erasure.sh index a7cef707d8..c993334082 100755 --- a/ci/test-erasure.sh +++ b/ci/test-erasure.sh @@ -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