Don't throw away bctest's error messages.
authorBodo Möller <bodo@openssl.org>
Sat, 9 Dec 2000 10:05:03 +0000 (10:05 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 9 Dec 2000 10:05:03 +0000 (10:05 +0000)
test/Makefile.ssl

index 41fcacfe2f9d69db93abc84c4c4dc28cf63cde82..c1305f6c57397053ea600bc30ac95f20245a2f8f 100644 (file)
@@ -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)