From 641351ee16c45f495200cbeadf971b6189d59737 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 21 Nov 2000 11:37:58 +0000
Subject: [PATCH] runtests.pl -c should be -a

---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab