From 448701473a46d8e7fc2d5f691b04630aa0aae720 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sun, 10 Dec 2000 04:25:57 +0000 Subject: [PATCH] Stop on bntest error. --- test/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.ssl b/test/Makefile.ssl index c1305f6c57..1a8f362762 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -193,7 +193,7 @@ 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" @) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' -- 2.34.1