Skip to content

Commit e215872

Browse files
committed
Preserve test dir if early_error fails
1 parent 2d259dd commit e215872

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/early_error.run

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source `dirname $0`/util.sh
22
save_exe "$TESTNAME"
33
_RR_TRACE_DIR="$workdir" test-monitor $TIMEOUT record.err "./$TESTNAME-$nonce" \
4-
$(which rr) $GLOBAL_OPTIONS record $LIB_ARG $RECORD_ARGS "./$TESTNAME-$nonce"
4+
$(which rr) $GLOBAL_OPTIONS record $LIB_ARG $RECORD_ARGS "./$TESTNAME-$nonce" \
5+
|| failed "didn't get expected startup error"

0 commit comments

Comments
 (0)