From 04cd2c0bcac7129026c80661933b4ab97d4ab9ca Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 8 Feb 2018 15:34:04 +0100 Subject: btrfs-progs: rework testsuite export Move the testsuite to tests/ and make the tarball generation more deterministic. As there could be many random temporary files left in the test directories, we can't just copy them. Use 'git ls-tree' to filter just what we want, this needs a slight extension of the file list specification. Signed-off-by: David Sterba --- tests/testsuite-files | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/testsuite-files (limited to 'tests/testsuite-files') diff --git a/tests/testsuite-files b/tests/testsuite-files new file mode 100644 index 00000000..d75e2356 --- /dev/null +++ b/tests/testsuite-files @@ -0,0 +1,22 @@ +F README.md +G Documentation/ +F testsuite-id +F ../fssum +F ../btrfs-corrupt-block +F common +F common.convert +F common.local +G tests/cli-tests/ +F cli-tests.sh +G tests/convert-tests/ +F convert-tests.sh +G tests/fsck-tests/ +F fsck-tests.sh +G tests/fuzz-tests/ +F fuzz-tests.sh +G tests/misc-tests/ +F misc-tests.sh +G tests/mkfs-tests/ +F mkfs-tests.sh +F scan-results.sh +F test-console.sh -- cgit v1.2.3