Skip to content

Commit 0e9906e

Browse files
committed
pipe to true on commands we expect to fail
1 parent 4eea90f commit 0e9906e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/script-based-pre/playback_array/playback_array.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RS_FILE="modified.rs"
1616
cp array.rs ${RS_FILE}
1717

1818
echo "[TEST] Generate test..."
19-
kani ${RS_FILE} -Z concrete-playback --concrete-playback=inplace
19+
kani ${RS_FILE} -Z concrete-playback --concrete-playback=inplace || true
2020

2121
echo "[TEST] Run test..."
22-
kani playback -Z concrete-playback ${RS_FILE}
22+
kani playback -Z concrete-playback ${RS_FILE} || true

0 commit comments

Comments
 (0)