diff options
author | Alistair Veitch <aveitch@google.com> | 2016-05-24 09:03:47 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-05-24 09:03:47 -0700 |
commit | d69354e4888466b1968fb6aa4b9c1ba3aaead668 (patch) | |
tree | 00c8c86242998f21182fce68c5a900903e20adf4 /tools/run_tests/configs.json | |
parent | 092f3f02f046b5d18afa8056342882f3f7e6947f (diff) | |
parent | d7bbd38b27630f908fc4f1cb906607e44c8f30bb (diff) |
Merge branch 'master' into add_proto
Diffstat (limited to 'tools/run_tests/configs.json')
-rw-r--r-- | tools/run_tests/configs.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/configs.json b/tools/run_tests/configs.json index bcc4118d2f..b0839ef026 100644 --- a/tools/run_tests/configs.json +++ b/tools/run_tests/configs.json @@ -57,7 +57,7 @@ { "config": "ubsan", "environ": { - "UBSAN_OPTIONS": "print_stacktrace=1" + "UBSAN_OPTIONS": "halt_on_error=1:print_stacktrace=1" }, "timeout_multiplier": 1.5 }, |