diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 11:37:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-21 11:37:58 +0000 |
commit | 641351ee16c45f495200cbeadf971b6189d59737 (patch) | |
tree | 10ce8dd92748ae29875aee984095dac29128bac6 | |
parent | 7b49d40bb0509a5fe5371a2bb90c1209abfbc29b (diff) |
runtests.pl -c should be -a
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cba94c1b0..cd2e05809 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 |