From a7bab01554fb23818b06650c85a311e774fa1827 Mon Sep 17 00:00:00 2001 From: Nikolay Borisov Date: Tue, 26 Mar 2019 17:01:58 +0200 Subject: [PATCH] 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 --- tests/generic/077 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5