aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-10 04:25:57 +0000
committerUlf Möller <ulf@openssl.org>2000-12-10 04:25:57 +0000
commit448701473a46d8e7fc2d5f691b04630aa0aae720 (patch)
treec5888a6b886ef945fa7f832afdf696cd3a83af48 /test
parent572f0017d5e1061a96e80baf04bf1dc87583c5fd (diff)
downloadopenssl-448701473a46d8e7fc2d5f691b04630aa0aae720.tar.gz
Stop on bntest error.
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 c1305f6c57..1a8f362762 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -193,7 +193,7 @@ test_pkcs7:
test_bn:
@echo starting big number library test, could take a while...
- -@./$(BNTEST) >tmp.bntest
+ @./$(BNTEST) >tmp.bntest
@echo quit >>tmp.bntest
@echo "running bc"
@<tmp.bntest sh -c "`sh ./bctest`" | $(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"'