summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-22 14:46:20 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-22 15:53:18 -0700
commitd77e35b6866e461c3cb05de2112d548be4ef7780 (patch)
treeee70a7e4fc9c9c0116018c9863f65347914190a9 /scripts
parent1039f215273d8fb39d857bd6f82601f946d832c6 (diff)
downloadqtlocation-mapboxgl-d77e35b6866e461c3cb05de2112d548be4ef7780.tar.gz
[test] Run with --gtest_catch_exceptions=0
Diffstat (limited to 'scripts')
-rw-r--r--scripts/main.mk2
1 files changed, 1 insertions, 1 deletions
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