btrfs-progs: rework testsuite export
authorDavid Sterba <dsterba@suse.com>
Thu, 8 Feb 2018 14:34:04 +0000 (15:34 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 13 Feb 2018 14:41:32 +0000 (15:41 +0100)
commit04cd2c0bcac7129026c80661933b4ab97d4ab9ca
tree75b5c7350131ca7b1d8c0cfc9f3b0d0115157449
parenteb2fe7d1c476ebfa434ec2cf8afd1b52cce0f28e
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 <dsterba@suse.com>
.gitignore
Makefile
tests/export-tests.sh [deleted file]
tests/export-testsuite.sh [new file with mode: 0755]
tests/testsuite-files [new file with mode: 0644]
testsuites-list [deleted file]