Skip to content

Commit

Permalink
test: replace "return" with "exit"
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Feb 20, 2024
1 parent 5eb0ede commit 8227902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_all.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

if ! ./tests/run.sh; then
return 1
exit 1
fi
if ! ./tests/run_static.sh; then
return 1
exit 1
fi

0 comments on commit 8227902

Please sign in to comment.