From: Daniel Stenberg Date: Tue, 21 Nov 2000 11:37:58 +0000 (+0000) Subject: runtests.pl -c should be -a X-Git-Tag: curl-7_5~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641351ee16c45f495200cbeadf971b6189d59737;p=thirdparty%2Fcurl.git runtests.pl -c should be -a --- diff --git a/tests/Makefile.am b/tests/Makefile.am index cba94c1b0f..cd2e05809e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,7 +6,7 @@ test: ./runtests.pl quiet-test: - ./runtests.pl -s -c + ./runtests.pl -s -a clean: rm -rf log