New feature: STOPTEST
authorRichard Levitte <levitte@openssl.org>
Wed, 29 Apr 2015 19:51:25 +0000 (21:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000 (16:10 +0200)
commitcaadc54381af04dd49d9812737d40fea320c8674
tree9dea613dcab397aa055cac2bca0826104895ddb2
parentfb921436f3dc03daf4a7ac1fec9f1e458772e17b
New feature: STOPTEST

When the environment variable STOPTEST is defined (with any value other
than the empty string), the test machinery in OpenSSL::Test goes into a
different mode that will stop all testing at the end of a failing recipe.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/testlib/OpenSSL/Test.pm