Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions unit-test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/env bash

# The test should not be run by regular users. This should only be run in CI or by developers.
if [[ "$CI" != "true" ]]; then
echo "This script is intended to be run in CI or by developers only."
exit 1
fi

export REPORT_SELF_HOSTED_ISSUES=0 # will be over-ridden in the relevant test

FORCE_CLEAN=1 "./scripts/reset.sh"
Expand Down