Allow all tests to be skipped if SKIP_ALL_TESTS is 1.

This commit is contained in:
Andrew Wood
2024-12-07 14:23:03 +00:00
parent 0626737a15
commit 2d7d854a97
45 changed files with 135 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@
# check that fdatasync() is actually being called, it just checks that data
# is not being corrupted.
# Allow all tests to be skipped, e.g. during a release build
test "${SKIP_ALL_TESTS}" = "1" && exit 77
true "${testSubject:?not set - call this from 'make check'}"
true "${workFile1:?not set - call this from 'make check'}"
true "${workFile2:?not set - call this from 'make check'}"