Skip to content

Commit

Permalink
DO NOT MERGE EXTRACTING INFORMATION FROM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lluki committed Nov 23, 2022
1 parent dbf4d4f commit 2eae69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/plugins/cloudtest/hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ read_list() {
[[ ${#result[@]} -gt 0 ]] || return 1
}

run_args=("--junitxml=junit_cloudtest_$BUILDKITE_JOB_ID.xml")
run_args=("-x", "--junitxml=junit_cloudtest_$BUILDKITE_JOB_ID.xml")
if read_list BUILDKITE_PLUGIN_CLOUDTEST_ARGS; then
for arg in "${result[@]}"; do
run_args+=("$arg")
Expand Down

0 comments on commit 2eae69a

Please sign in to comment.