From: Nikolay Borisov Date: Tue, 26 Mar 2019 15:01:58 +0000 (+0200) Subject: generic/077: Don't delete $seqres.full file after test X-Git-Tag: v2022.05.01~1209 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a7bab01554fb23818b06650c85a311e774fa1827;p=xfstests-dev.git generic/077: Don't delete $seqres.full file after test When this test finishes there is no 077.full file with output from commands. Sometimes this information is useful for post mortem so stop deleting the file upon test completion. Signed-off-by: Nikolay Borisov Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/generic/077 b/tests/generic/077 index 284e2525..d11b49c6 100755 --- a/tests/generic/077 +++ b/tests/generic/077 @@ -73,6 +73,5 @@ cp -rf $filler $SCRATCH_MNT/subdir >$seqres.full 2>&1 _check_scratch_fs echo "*** all done" -rm -f $seqres.full status=0 exit