From: Bodo Möller Date: Wed, 6 Dec 2000 12:24:27 +0000 (+0000) Subject: Printing "verify ..." should not be counted as a test for the X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~20 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=1a4d6400ae84ebaaadbd46227d22a7f2fa3ac607 Printing "verify ..." should not be counted as a test for the "xxx tests passed" message. --- diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 9b96f64062..41fcacfe2f 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -196,7 +196,7 @@ test_bn: @./$(BNTEST) >tmp.bntest @echo quit >>tmp.bntest @echo "running bc" - @&1 | $(PERL) -e '$$i=0; while () {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} print STDERR "."; $$i++;} print STDERR "\n$$i tests passed\n"' + @&1 | $(PERL) -e '$$i=0; while () {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' @echo 'test a^b%c implementations' ./$(EXPTEST)