full-test passes -p to runtests as well to get more details in case of failure
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Apr 2004 05:58:19 +0000 (05:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Apr 2004 05:58:19 +0000 (05:58 +0000)
tests/Makefile.am

index aaf437a..f3ffaab 100644 (file)
@@ -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