Merge pull request #4323 from rabbitmq/cli-focused-tests

Allow selective cli test runs with --test_env TEST_FILE
This commit is contained in:
Michael Klishin 2022-03-22 10:44:35 +04:00 committed by GitHub
commit 5a273acfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ cd ${{TEST_UNDECLARED_OUTPUTS_DIR}}
export ERL_LIBS=$DEPS_DIR
# run the actual tests
"{elixir_home}"/bin/mix test --trace --max-failures 1
set +u
set -x
"{elixir_home}"/bin/mix test --trace --max-failures 1 ${{TEST_FILE}}
""".format(
begins_with_fun = BEGINS_WITH_FUN,
query_erlang_version = QUERY_ERL_VERSION,