Provide a way to skip tests that create very large files
commitc13401c0a74e62e50a899c4ceed6af10a8b7377d
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 13 Mar 2018 19:55:37 +0000 (13 21:55 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 13 Mar 2018 19:58:37 +0000 (13 21:58 +0200)
tree3f752cfd3bca7b7ed8d78501427368ef5b9cac0e
parent847a36f064efed676ae007b1def3c0db364cdddb
Provide a way to skip tests that create very large files

Define environment variable TARTEST_SKIP_LARGE_FILES=1 in order
to skip tests that require lots of disk space.

* tests/testsuite.at (AT_SKIP_LARGE_FILES): New macro.
* tests/sparse03.at: Mark test with AT_SKIP_LARGE_FILES.
* tests/sparse05.at: Likewise.
* tests/star/pax-big-10g.at: Likewise.
* tests/star/ustar-big-2g.at: Likewise.
* tests/star/ustar-big-8g.at: Likewise.
tests/sparse03.at
tests/sparse05.at
tests/star/pax-big-10g.at
tests/star/ustar-big-2g.at
tests/star/ustar-big-8g.at
tests/testsuite.at