mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <nborisov@suse.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
8a011c00b5
commit
a7bab01554
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user