提交 06e452fb 编写于 作者: M Matt Caswell

Use the -allow-unimplemented feature of the BoringSSL runner

That way we can remove flags that we don't support
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 8beda2c1
......@@ -191,6 +191,7 @@ bool ParseConfig(int argc, char **argv, TestConfig *out_config) {
}
fprintf(stderr, "Unknown argument: %s\n", argv[i]);
exit(89);
return false;
}
......
......@@ -24,7 +24,7 @@ indir $ENV{BORING_RUNNER_DIR} => sub {
srctop_file("test", "ossl_shim", "ossl_shim"),
"-shim-config",
srctop_file("test", "ossl_shim", "ossl_config.json"),
"-pipe"])),
"-pipe", "-allow-unimplemented"])),
"running external tests");
}, create => 0, cleanup => 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册