Skip to content

Commit 7bbcf0d

Browse files
committed
Restore the allowed max failure and enable sanity check auto recover
1 parent 25d7808 commit 7bbcf0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/kvmtest.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ RUNTEST_CLI_COMMON_OPTS="\
8585
-k debug \
8686
-l warning \
8787
-m individual \
88-
-q 0 \
88+
-q 1 \
8989
-a False \
9090
-O \
91-
-r"
91+
-r \
92+
-e --allow_recover"
9293

9394
if [ -n "$exit_on_error" ]; then
9495
RUNTEST_CLI_COMMON_OPTS="$RUNTEST_CLI_COMMON_OPTS -E"

0 commit comments

Comments
 (0)