提交 44870147 编写于 作者: U Ulf Möller

Stop on bntest error.

上级 572f0017
......@@ -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"
@<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"'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册