mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 10:51:48 +02:00
*** empty log message ***
This commit is contained in:
11
tests/expensive
Normal file
11
tests/expensive
Normal file
@@ -0,0 +1,11 @@
|
||||
if test "$RUN_EXPENSIVE_TESTS" != yes; then
|
||||
cat <<EOF >&2
|
||||
$0: This test is relatively expensive, so it is disabled by default.
|
||||
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
|
||||
environment variable set to yes. E.g.,
|
||||
|
||||
env RUN_EXPENSIVE_TESTS=yes make check
|
||||
|
||||
EOF
|
||||
exit 77
|
||||
fi
|
||||
Reference in New Issue
Block a user