summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-06 12:24:27 +0000
committerBodo Möller <bodo@openssl.org>2000-12-06 12:24:27 +0000
commit1a4d6400ae84ebaaadbd46227d22a7f2fa3ac607 (patch)
tree07167563771946315908f6e304a22205b687933f /test
parent322006dcb1c415c80c2a7fc778333dd8c4eb1677 (diff)
Printing "verify ..." should not be counted as a test for the
"xxx tests passed" message.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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"
- @<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)