Skip to content

Commit da0ee77

Browse files
committed
Testing: Make sure failures are correctly reported.
1 parent 4b2e328 commit da0ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brev/base-start.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
set -eu
3+
set -euo pipefail
44

55
# Run per-tutorial start tests if they exist.
66
if [ -n "${ACH_TUTORIAL:-}" ] && [ -n "${ACH_RUN_TESTS:-}" ]; then

0 commit comments

Comments
 (0)