summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-03-05 11:36:41 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-03-05 11:36:41 +0100
commit436a14d46c6f7d4a74f197c02903e11644d5db92 (patch)
tree47b61e92bd880024ada80049bc36e60b59dd4a09 /test
parent0b9ac24b94b99e290fae551fdbea4d8e0ed65d9b (diff)
parentc26fab67d5e90cf1fb311b5315f84e48fddc88fa (diff)
downloadmullvadvpn-436a14d46c6f7d4a74f197c02903e11644d5db92.tar.xz
mullvadvpn-436a14d46c6f7d4a74f197c02903e11644d5db92.zip
Merge remote-tracking branch 'origin/run-shellcheck-in-ci-des-593'
Diffstat (limited to 'test')
-rwxr-xr-xtest/ci-runtests.sh2
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" \