[openssl-commits] [openssl] master update
Emilia Kasper
emilia at openssl.org
Thu Apr 7 12:50:04 UTC 2016
The branch master has been updated
via 1d352bb192d72af1d09c57025dcc9c30fbccc7e9 (commit)
from 53ff6ac159c261085dcae9f93a3f00251c2123fc (commit)
- Log -----------------------------------------------------------------
commit 1d352bb192d72af1d09c57025dcc9c30fbccc7e9
Author: Emilia Kasper <emilia at openssl.org>
Date: Thu Apr 7 14:48:50 2016 +0200
Allow generate_ssl_tests.pl to find testlib
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/recipes/80-test_ssl_new.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index da98f18..fc1e29c 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -48,6 +48,7 @@ sub test_conf {
skip 'failure', 2 unless
ok(run(perltest(["generate_ssl_tests.pl", $input_file],
+ interpreter_args => [ "-I", srctop_dir("test", "testlib")],
stdout => $tmp_file)),
"Getting output from generate_ssl_tests.pl.");
More information about the openssl-commits
mailing list