From: Dan Fandrich Date: Thu, 5 Jul 2007 01:38:00 +0000 (+0000) Subject: Add -a when running torture tests now that it's supported. X-Git-Tag: curl-7_16_4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598bc3968e042dc597a82239bdad33b730e035a1;p=thirdparty%2Fcurl.git Add -a when running torture tests now that it's supported. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 5276de6839..1bdbcdb7e0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,9 +46,9 @@ TEST_F = TEST_T = else # if not cross-compiling: TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -TEST_Q = -s -a +TEST_Q = -a -s TEST_F = -a -p -TEST_T = -t +TEST_T = -a -t endif test: all