summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-08-30 08:58:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-08-30 08:58:00 +0100
commit2d6bf3ba70c50996062e90f78af63c4811bf516b (patch)
tree9b6e954b5d712facef4834f1a8cd7a5996ccf6a0 /tests
parent8742713050dd20a1f11d5d32b468ae2beb644a80 (diff)
downloadlibguestfs-2d6bf3ba70c50996062e90f78af63c4811bf516b.tar.gz
libguestfs-2d6bf3ba70c50996062e90f78af63c4811bf516b.tar.xz
libguestfs-2d6bf3ba70c50996062e90f78af63c4811bf516b.zip
tests/big-dirs: Don't run this test by default.
Diffstat (limited to 'tests')
-rw-r--r--tests/bigdirs/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/bigdirs/Makefile.am b/tests/bigdirs/Makefile.am
index d3f92cd1..0664785a 100644
--- a/tests/bigdirs/Makefile.am
+++ b/tests/bigdirs/Makefile.am
@@ -17,10 +17,11 @@
include $(top_srcdir)/subdir-rules.mk
-TESTS = \
- test-big-dirs.pl
+EXTRA_DIST = test-big-dirs.pl
-TESTS_ENVIRONMENT = $(top_builddir)/run --test
+# Don't run this test by default. It takes a very long time
+# to run and is not especially informative.
+
+#TESTS = test-big-dirs.pl
-EXTRA_DIST = \
- $(TESTS)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test