Skip to content

Commit eb52a87

Browse files
committed
fix: remove set -e so script continues past individual example failures
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent babc0d1 commit eb52a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/run-all-examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Requires GNU coreutils (date +%s%N). On macOS: brew install coreutils
1111
# and use gdate, or install GNU date.
1212

13-
set -euo pipefail
13+
set -uo pipefail
1414

1515
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
1616
cd "$SCRIPT_DIR"

0 commit comments

Comments
 (0)