Skip to content

Commit

Permalink
stop regular test on first error
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 11, 2024
1 parent 7c58b59 commit 1e9b5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/regular-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

set -e
set -x

cd $(dirname $0)
Expand Down

0 comments on commit 1e9b5b4

Please sign in to comment.