Skip to content

Commit

Permalink
Upgrade junit cli version (jaegertracing#2170)
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa authored Feb 3, 2023
1 parent dcb7d7f commit 105253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-e2e-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ set -e

# The output XML needs some work because it adds "artifacts" as a test case.
# Also, the suites doesn't have a name so, we need to add one.
go install github.com/RH-QE-Distributed-Tracing/junitcli/cmd/[email protected].3
go install github.com/RH-QE-Distributed-Tracing/junitcli/cmd/[email protected].4
junitcli --suite-name $test_suite_name --report --output $reports_dir/$test_suite_name.xml ./artifacts/kuttl-test.xml

if [ "$KIND_KEEP_CLUSTER" != true ] && [ "$use_kind_cluster" == true ]; then
Expand Down

0 comments on commit 105253f

Please sign in to comment.