Skip to content

Commit ec2e76a

Browse files
committed
csgrep-tests: set e and pipefail in sync.sh
... so that we can catch sync failures more easily.
1 parent 653f312 commit ec2e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/csgrep/sync.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/zsh
2-
set -x
2+
set -exo pipefail
33

44
# import ${JSFILTER_CMD}
55
. ../test-lib.sh

0 commit comments

Comments
 (0)