Skip to content

Commit d6595e0

Browse files
committed
csgrep-tests: set pipefail in sync.sh
... so that we can easily catch sync failures.
1 parent 4af37db commit d6595e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/csgrep/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/zsh
2-
set -x
2+
set -xo pipefail
33

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

0 commit comments

Comments
 (0)