coreutils/tests/expensive

12 lines
301 B
Plaintext
Raw Normal View History

2000-10-28 20:50:13 +08:00
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
2000-11-07 22:57:41 +08:00
(exit 77); exit
2000-10-28 20:50:13 +08:00
fi