From: Daniel Stenberg Date: Tue, 13 Apr 2004 05:58:19 +0000 (+0000) Subject: full-test passes -p to runtests as well to get more details in case of failure X-Git-Tag: curl-7_11_2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79aaa85a51500a1c6fadc099ac98a7c3bf5ab2ec;p=thirdparty%2Fcurl.git full-test passes -p to runtests as well to get more details in case of failure --- diff --git a/tests/Makefile.am b/tests/Makefile.am index aaf437a7ef..f3ffaaba24 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,4 +40,4 @@ quiet-test: all srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a full-test: all - srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a + srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a -p