As in the main branch, ignore the bctest exit value.
authorBodo Möller <bodo@openssl.org>
Tue, 3 Apr 2001 15:20:22 +0000 (15:20 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 3 Apr 2001 15:20:22 +0000 (15:20 +0000)
(I thought I had done this change before ...)

test/Makefile.ssl

index b4abd96e70931e2756908627a397e2df2843e1a5..e02ab59142bbc28247053e672a6e8febaa5407c7 100644 (file)
@@ -191,7 +191,7 @@ test_bn:
        @./$(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"'
+       @<tmp.bntest sh -c "`sh ./bctest || true`" | $(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)