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
pull/2191/head
Nirbheek Chauhan 7 years ago
parent 5764a26a4c
commit 306cac70a6
  1. 5
      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')

Loading…
Cancel
Save