aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-08-15 01:45:15 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-08-15 01:46:59 +0530
commite191488cdf64799e66be6a0ab094bba4bbc74771 (patch)
treefaf1c6ea3b6c7fdfdbb49d76923dc7764a1a334e
parent306cac70a62fa595901b1c905708edd0b3527215 (diff)
downloadmeson-e191488cdf64799e66be6a0ab094bba4bbc74771.zip
meson-e191488cdf64799e66be6a0ab094bba4bbc74771.tar.gz
meson-e191488cdf64799e66be6a0ab094bba4bbc74771.tar.bz2
tests/common/159: Disable phony test
Breaks on case-insensitive HFS+ on Travis https://travis-ci.org/mesonbuild/meson/jobs/264468097 And on Appveyor: https://ci.appveyor.com/project/jpakkane/meson/build/3344/job/k996o8g57qf68ryb
-rw-r--r--test cases/common/159 reserved targets/meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/test cases/common/159 reserved targets/meson.build b/test cases/common/159 reserved targets/meson.build
index 32ab952..5123600 100644
--- a/test cases/common/159 reserved targets/meson.build
+++ b/test cases/common/159 reserved targets/meson.build
@@ -15,7 +15,10 @@ subdir('coverage-xml')
subdir('dist')
subdir('distcheck')
subdir('install')
-subdir('phony')
+# We end up creating duplicate lowercase target names for this on
+# case-insensitive HFS+, so disable it
+# https://travis-ci.org/mesonbuild/meson/jobs/264468097
+#subdir('phony')
subdir('PHONY')
subdir('reconfigure')
subdir('scan-build')