aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-08-24 11:53:13 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-08-24 11:53:13 -0400
commitd7bf0ac43ac41bdd9a7f95aefd908bf52cf7d4a2 (patch)
tree701dd5c2156860f0def897914aba6418777a1c26
parent1089486857a9b99a4dcda097c978ed1240f101fe (diff)
downloadxfstests-bld-d7bf0ac43ac41bdd9a7f95aefd908bf52cf7d4a2.tar.gz
test-appliance: if a loop count is set, disable the fail_loop_count
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rwxr-xr-xtest-appliance/files/root/runtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-appliance/files/root/runtests.sh b/test-appliance/files/root/runtests.sh
index 9958a35c..4aa08d2a 100755
--- a/test-appliance/files/root/runtests.sh
+++ b/test-appliance/files/root/runtests.sh
@@ -134,6 +134,7 @@ while [ "$1" != "" ]; do
;;
count) shift
RPT_COUNT=$1
+ FAIL_LOOP_COUNT=0
;;
fail_loop_count) shift
FAIL_LOOP_COUNT=$1