summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-09 10:05:03 +0000
committerBodo Möller <bodo@openssl.org>2000-12-09 10:05:03 +0000
commit44b51ca36c9a8623493f488b7b2276aecdc55f2d (patch)
tree46a7b040a812c82353666bde42b35c74e91ad363 /test
parentbbf848ce8d66c9a1c2a2373eee960a08b84bdd7b (diff)
Don't throw away bctest's error messages.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 41fcacfe2f..c1305f6c57 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -193,10 +193,10 @@ 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`" 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"'
+ @<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"'
@echo 'test a^b%c implementations'
./$(EXPTEST)