Skip to content

Commit

Permalink
run_jenkins_tests: Actually use the right test results path
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed May 21, 2024
1 parent 48277b1 commit 14257fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_jenkins_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case $1 in
;;
esac

test_results="$PWD/$test_prefix-results.xml"
test_results="$PWD/../$test_prefix-results.xml"

if [ "${HOME:-/}" = "/" ]; then
export HOME="$PWD/home"
Expand Down

0 comments on commit 14257fb

Please sign in to comment.