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: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
694cfa1f49
commit
50b014e4c6
2 changed files with 1440 additions and 1 deletions
1437
test/ossl_shim/ossl_config.json
Normal file
1437
test/ossl_shim/ossl_config.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -21,6 +21,8 @@ plan tests => 1;
|
|||
|
||||
indir $ENV{BORING_RUNNER_DIR} => sub {
|
||||
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");
|
||||
}, create => 0, cleanup => 0;
|
||||
|
|
Loading…
Reference in a new issue