From 06e452fbc166339aa28280f4f6f2ba3e958cfbd6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 19 Oct 2016 11:21:25 +0100 Subject: Use the -allow-unimplemented feature of the BoringSSL runner That way we can remove flags that we don't support Reviewed-by: Richard Levitte --- test/ossl_shim/test_config.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ossl_shim') diff --git a/test/ossl_shim/test_config.cc b/test/ossl_shim/test_config.cc index 3002137149..f7ae8e67a7 100644 --- a/test/ossl_shim/test_config.cc +++ b/test/ossl_shim/test_config.cc @@ -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; } -- cgit v1.2.1