Explicitly ignore the exit code of ./bctest. Usually the shell
authorBodo Möller <bodo@openssl.org>
Sat, 17 Mar 2001 09:51:25 +0000 (09:51 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 17 Mar 2001 09:51:25 +0000 (09:51 +0000)
ignores it anyway in command substitution, but Ultrix reportedly
aborted the test when bctest returned 1.

test/Makefile.ssl

index 86353aadfd8e5b592e02065d950cfd81aa5fd653..2ab98fb75ec2a67433b45a2fbb9aabaaa72f9cd1 100644 (file)
@@ -198,7 +198,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)