]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/077: Don't delete $seqres.full file after test
authorNikolay Borisov <nborisov@suse.com>
Tue, 26 Mar 2019 15:01:58 +0000 (17:01 +0200)
committerEryu Guan <guaneryu@gmail.com>
Sun, 31 Mar 2019 15:33:44 +0000 (23:33 +0800)
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 <nborisov@suse.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/077

index 284e25253c9e7867e21518d59fc923c4c7f987bf..d11b49c6ff15e1576351d100918eaaddfb894a5b 100755 (executable)
@@ -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