提交 50b014e4 编写于 作者: M Matt Caswell

Add a shim config file

This just disables all tests that fail at the moment. Over time we will
want to go over these and figure out why they are failing (and fix them if
appropriate)
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 694cfa1f
此差异已折叠。
...@@ -21,6 +21,8 @@ plan tests => 1; ...@@ -21,6 +21,8 @@ plan tests => 1;
indir $ENV{BORING_RUNNER_DIR} => sub { indir $ENV{BORING_RUNNER_DIR} => sub {
ok(!system("go", "test", "-shim-path", ok(!system("go", "test", "-shim-path",
srctop_file("test", "ossl_shim", "ossl_shim"), "-pipe"), srctop_file("test", "ossl_shim", "ossl_shim"),
"-shim-config",
srctop_file("test", "ossl_shim", "ossl_config.json"), "-pipe"),
"running external tests"); "running external tests");
}, create => 0, cleanup => 0; }, create => 0, cleanup => 0;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册