Skip to content

Commit

Permalink
Set REBAR_CT_EXTRA_ARGS (so no hanging variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Nov 4, 2021
1 parent 1e4da5b commit ed9a470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/test-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ TEST_HOSTS_DEFAULT="${TEST_HOSTS_ARRAY[@]}"

# Pass extra arguments from tools/test_runner/selected-tests-to-test-spec.sh
# to rebar3 in Makefile
REBAR_CT_EXTRA_ARGS=""
if [[ -f "auto_small_tests.spec" ]]; then
REBAR_CT_EXTRA_ARGS=" --spec \"$(pwd)/auto_small_tests.spec\" $REBAR_CT_EXTRA_ARGS"
fi
Expand Down

0 comments on commit ed9a470

Please sign in to comment.