diff mbox series

btrfs-progs: add clean-test.sh to testsuite-files

Message ID 1569496362.4199.11.camel@suse.com (mailing list archive)
State New, archived
Headers show
Series btrfs-progs: add clean-test.sh to testsuite-files | expand

Commit Message

An Long Sept. 26, 2019, 11:12 a.m. UTC
btrfs-progs: add clean-test.sh to testsuite-files
    
    If generate testsuite tarball by 'make testsuite', there is no
    clean-test.sh in it. But some tests need cleanup if a testcase
failed.

Signed-off-by: An Long <lan@suse.com>
---
 tests/testsuite-files | 1 +
 1 file changed, 1 insertion(+)

Comments

David Sterba Sept. 26, 2019, 3:51 p.m. UTC | #1
On Thu, Sep 26, 2019 at 11:12:43AM +0000, Long An wrote:
>     btrfs-progs: add clean-test.sh to testsuite-files
>     
>     If generate testsuite tarball by 'make testsuite', there is no
>     clean-test.sh in it. But some tests need cleanup if a testcase
> failed.
> 
> Signed-off-by: An Long <lan@suse.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/tests/testsuite-files b/tests/testsuite-files
index d75e2356..09df6298 100644
--- a/tests/testsuite-files
+++ b/tests/testsuite-files
@@ -20,3 +20,4 @@  G tests/mkfs-tests/
 F mkfs-tests.sh
 F scan-results.sh
 F test-console.sh
+F clean-tests.sh