1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-23 13:29:48 +02:00
Files
coreutils/tests/expensive
2000-10-28 12:50:13 +00:00

12 lines
293 B
Plaintext

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