We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f813f94 + 5829caa commit d940beaCopy full SHA for d940bea
tools/test.sh
@@ -159,7 +159,7 @@ run_test_preset() {
159
}
160
161
maybe_select_suites() {
162
- if command -v circleci; then
+ if command -v circleci >/dev/null 2>&1 && [[ "$CIRCLECI" == "true" ]]; then
163
circleci tests glob tests/*_SUITE.erl | \
164
circleci tests run --command=">selected_suites xargs -d' ' -I {} basename {} .erl"
165
escript ../tools/select_suites_to_run.erl $TESTSPEC $(<selected_suites)
0 commit comments