Commit 06e452fb authored by Matt Caswell's avatar Matt Caswell
Browse files

Use the -allow-unimplemented feature of the BoringSSL runner



That way we can remove flags that we don't support

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 8beda2c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  }

+1 −1
Original line number Diff line number Diff line
@@ -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;