Skip to content

Commit

Permalink
Reverting run-tests change
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed May 23, 2024
1 parent 899fb12 commit ad0cdb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ case "$(uname -s)" in
esac

# Run the test
shift
executable=./${target}$(get_exec_extension)
"${executable}" "$@"
"${executable}"
status=$?

if [ $status -ne 0 ]; then
Expand Down

0 comments on commit ad0cdb7

Please sign in to comment.