From d77e35b6866e461c3cb05de2112d548be4ef7780 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 22 Apr 2016 14:46:20 -0700 Subject: [test] Run with --gtest_catch_exceptions=0 --- scripts/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/main.mk b/scripts/main.mk index af0743d2b2..d5d0d74ff1 100644 --- a/scripts/main.mk +++ b/scripts/main.mk @@ -149,7 +149,7 @@ ifneq (,$(shell which gdb)) endif test-%: Makefile/test - $(GDB) $(PLATFORM_OUTPUT)/$(BUILDTYPE)/test --gtest_filter=$* + $(GDB) $(PLATFORM_OUTPUT)/$(BUILDTYPE)/test --gtest_catch_exceptions=0 --gtest_filter=$* check: Makefile/test ./scripts/collect-coverage.sh -- cgit v1.2.1