diff options
| author | Joakim Hulthe <joakim@hulthe.net> | 2024-02-28 15:16:13 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim@hulthe.net> | 2024-03-05 11:36:13 +0100 |
| commit | c26fab67d5e90cf1fb311b5315f84e48fddc88fa (patch) | |
| tree | 47b61e92bd880024ada80049bc36e60b59dd4a09 /test | |
| parent | 941d74aaf4e0f97e19ee29146e8e48c0fcb25e75 (diff) | |
| download | mullvadvpn-c26fab67d5e90cf1fb311b5315f84e48fddc88fa.tar.xz mullvadvpn-c26fab67d5e90cf1fb311b5315f84e48fddc88fa.zip | |
Fix shellcheck warnings and notes
Diffstat (limited to 'test')
| -rwxr-xr-x | test/ci-runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ci-runtests.sh b/test/ci-runtests.sh index 80f70a9f09..b4ea11246f 100755 --- a/test/ci-runtests.sh +++ b/test/ci-runtests.sh @@ -196,7 +196,7 @@ function run_tests_for_os { RUST_LOG=debug cargo run --bin test-manager \ run-tests \ - --account "${ACCOUNT_TOKEN}" \ + --account "${ACCOUNT_TOKEN:?Error: ACCOUNT_TOKEN not set}" \ --current-app "${cur_filename}" \ --previous-app "${prev_filename}" \ --test-report "$SCRIPT_DIR/.ci-logs/${os}_report" \ |
