Printing "verify ..." should not be counted as a test for the
authorBodo Möller <bodo@openssl.org>
Wed, 6 Dec 2000 12:24:27 +0000 (12:24 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 6 Dec 2000 12:24:27 +0000 (12:24 +0000)
"xxx tests passed" message.

test/Makefile.ssl

index 9b96f6406238964431f118d03228521747122e38..41fcacfe2f9d69db93abc84c4c4dc28cf63cde82 100644 (file)
@@ -196,7 +196,7 @@ test_bn:
        @./$(BNTEST) >tmp.bntest
        @echo quit >>tmp.bntest
        @echo "running bc"
-       @<tmp.bntest sh -c "`sh ./bctest`" 2>&1 | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} print STDERR "."; $$i++;} print STDERR "\n$$i tests passed\n"'
+       @<tmp.bntest sh -c "`sh ./bctest`" 2>&1 | $(PERL) -e '$$i=0; while (<STDIN>) {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)