From 44b51ca36c9a8623493f488b7b2276aecdc55f2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 9 Dec 2000 10:05:03 +0000 Subject: [PATCH] Don't throw away bctest's error messages. --- test/Makefile.ssl | 4 ++-- 1 file 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" - @&1 | $(PERL) -e '$$i=0; while () {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' + @) {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) -- 2.25.1