summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2021-06-25 20:59:54 +0200
committerPaul Gevers <elbrus@debian.org>2021-06-25 20:59:54 +0200
commita668ab35454371a88b1c83d210b06ce588d2910b (patch)
tree3cef02bf6863b2d12dcca4dd645188e70eb05471
parentb4e4cc366e78b11d8ed2339a6caa0b853d5a46d0 (diff)
Always disable valgrind tests
Origin: vendor Bug-Debian: http://bugs.debian.org/690968 Forwarded: not-needed Last-Update: 2012-10-22 Gbp-Pq: Name 06_always-disable-valgrind.patch
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8f47bb01..03e71c2f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -62,7 +62,7 @@ curl:
if CROSSCOMPILING
TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
else # if not cross-compiling:
-TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
+TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -n
TEST_Q = -a -s
TEST_AM = -a -am
TEST_F = -a -p -r