X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Ftest-framework.sh;h=d5c1968a4db28788f39438d74490672b8c601799;hp=fa873e00d7bdd0d51959ed2406149cb30ae11a5a;hb=e5080203e1358673ad7518c2b86bc9a5fc654b5f;hpb=3d9b1ae185d90300caa9e357fa29b0e13f6518ad diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index fa873e0..d5c1968 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -6618,7 +6618,7 @@ run_one_logged() { # remove temp files between repetitions to avoid test failures [ -n "$append" -a -n "$DIR" -a -n "$tdir" -a -n "$tfile" ] && - rm -rf $DIR/$tdir* $DIR/$tfile* + rm -rvf $DIR/$tdir* $DIR/$tfile* # loop around subshell so stack_trap EXIT triggers each time (run_one $testnum "$testmsg") 2>&1 | tee -i $append $test_log rc=${PIPESTATUS[0]}