From 7079a0581facf11c1fceee2474a5f63f14c320ff Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 15 Jan 2018 18:53:52 +0100 Subject: [PATCH] [tests] Disable some old-style tests on wrench, long live the new-style tests. (#3226) These were accidentally not disabled when we started running tests on Wrench like we do on Jenkins. So disable them, to avoid duplicate work on Wrench. --- tests/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 89791e2735..f778b17930 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -314,10 +314,7 @@ wrench-mac-introspection: @echo Not here anymore wrench-mac-xammac_tests: - @# This entire target can be removed when merging to master. - $(Q) $(MAKE) run-mac-xammac_tests - $(Q) $(MAKE) clean-mac-xammac_tests - git clean -xfdq + @echo Not here anymore else wrench-mac-%: @echo "Mac tests have been disabled [$@]" @@ -355,8 +352,7 @@ wrench-jenkins: xharness/xharness.exe $(Q) if test -e $@-failed.stamp; then EC=`cat $@-failed.stamp`; rm -f $@-failed.stamp; exit $$EC; fi wrench-xtro: - git clean -xfdq - make -C xtro-sharpie wrench + @echo Not here anymore jenkins: xharness/xharness.exe $(Q) $(SYSTEM_MONO) --debug $< $(XHARNESS_VERBOSITY) --jenkins --autoconf --rootdir $(CURDIR) --sdkroot $(XCODE_DEVELOPER_ROOT)