summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2021-04-03 14:43:39 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2021-04-03 14:43:39 +0200
commit1d6b9b796acc722373f67576101b402cf595fba2 (patch)
treea4c14ded260afe5155be74dd0f391605d1e63ca7
parentaf981d2d4cef693d93e0937a07694c8af3d5845a (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