mirror of https://gitee.com/openkylin/curl.git
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:
parent
8657b98686
commit
e8cf753026
|
@ -68,7 +68,7 @@ curl:
|
||||||
if CROSSCOMPILING
|
if CROSSCOMPILING
|
||||||
TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
|
TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
|
||||||
else # if not 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_Q = -a -s
|
||||||
TEST_AM = -a -am
|
TEST_AM = -a -am
|
||||||
TEST_F = -a -p -r
|
TEST_F = -a -p -r
|
||||||
|
|
Loading…
Reference in New Issue