From e191488cdf64799e66be6a0ab094bba4bbc74771 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 15 Aug 2017 01:45:15 +0530 Subject: 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 --- test cases/common/159 reserved targets/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test cases/common/159 reserved targets/meson.build b/test cases/common/159 reserved targets/meson.build index 32ab9520c..512360054 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') -- cgit v1.2.3