summaryrefslogtreecommitdiff
path: root/t/ax/runtest.in
diff options
context:
space:
mode:
Diffstat (limited to 't/ax/runtest.in')
-rw-r--r--t/ax/runtest.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/ax/runtest.in b/t/ax/runtest.in
index 635d40f9d..e3491cd71 100644
--- a/t/ax/runtest.in
+++ b/t/ax/runtest.in
@@ -28,6 +28,10 @@ set -e; set -u
: ${abs_builddir='@abs_builddir@'}
: ${PATH_SEPARATOR='@PATH_SEPARATOR@'}
+# If a test is called directly, it should be unconditionally run,
+# even it it's expensive.
+RUN_EXPENSIVE_TESTS=yes; export RUN_EXPENSIVE_TESTS
+
# For sourcing of extra "shell libraries" by our test scripts. As per
# POSIX, sourcing a file with '.' will cause it to be looked up in $PATH
# in case it is given with a relative name containing no slashes.