(usage): Warn that the +N form will be withdrawn.
[coreutils.git] / tests / expensive
blobaaa69ec17f9af626a773ebcff96a6611dbb0c79e
1 if test "$RUN_EXPENSIVE_TESTS" != yes; then
2   cat <<EOF >&2
3 $0: This test is relatively expensive, so it is disabled by default.
4 To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
5 environment variable set to yes.  E.g.,
7   env RUN_EXPENSIVE_TESTS=yes make check
9 EOF
10   (exit 77); exit