]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
just like expensive, but `very'
authorJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 09:52:09 +0000 (09:52 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 09:52:09 +0000 (09:52 +0000)
tests/very-expensive [new file with mode: 0644]

diff --git a/tests/very-expensive b/tests/very-expensive
new file mode 100644 (file)
index 0000000..3e27c0b
--- /dev/null
@@ -0,0 +1,11 @@
+if test "$RUN_VERY_EXPENSIVE_TESTS" != yes; then
+  cat <<EOF >&2
+$0: This test is very expensive, so it is disabled by default.
+To run it anyway, rerun make check with the RUN_VERY_EXPENSIVE_TESTS
+environment variable set to yes.  E.g.,
+
+  env RUN_VERY_EXPENSIVE_TESTS=yes make check
+
+EOF
+  (exit 77); exit 77
+fi