aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-08-15 01:42:37 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-08-15 01:42:37 +0530
commit306cac70a62fa595901b1c905708edd0b3527215 (patch)
treee910334fd3259ae9b450926f5cf652fc211ef1d9
parent5764a26a4cc179647c65b10e9e7a231dc98ccade (diff)
downloadmeson-306cac70a62fa595901b1c905708edd0b3527215.zip
meson-306cac70a62fa595901b1c905708edd0b3527215.tar.gz
meson-306cac70a62fa595901b1c905708edd0b3527215.tar.bz2
tests/common/159: Disable b_coverage=true
Setting it seems to cause it to be set on all later tests, which causes a lot of failures: https://travis-ci.org/mesonbuild/meson/jobs/264468097 https://travis-ci.org/mesonbuild/meson/jobs/264468093
-rw-r--r--test cases/common/159 reserved targets/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/test cases/common/159 reserved targets/meson.build b/test cases/common/159 reserved targets/meson.build
index a173bf3..32ab952 100644
--- a/test cases/common/159 reserved targets/meson.build
+++ b/test cases/common/159 reserved targets/meson.build
@@ -1,5 +1,6 @@
-project('reserved target names', 'c',
- default_options : ['b_coverage=true'])
+project('reserved target names', 'c')
+ # FIXME: Setting this causes it to leak to all other tests
+ #default_options : ['b_coverage=true']
subdir('all')
subdir('benchmark')