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
This commit is contained in:
Ubuntu Developers 2022-05-13 20:09:07 +08:00 committed by openKylinBot
parent 8657b98686
commit e8cf753026
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,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