Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-12 09:32:35 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-12 10:12:43 +0400
commitde413aa54e6acac806f684cf14cb656c1aea85f1 (patch)
tree9f9e141b1ad7b88dcea339597a366fce3e332db8 /mcs
parenta2829d26b18a2c82d07852b87e2677170153bb2f (diff)
[xbuild] Properly disable tests on 4.0 framework profile
Diffstat (limited to 'mcs')
-rw-r--r--mcs/tools/xbuild/xbuild_test.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/xbuild/xbuild_test.make b/mcs/tools/xbuild/xbuild_test.make
index 2f0840f9d35..ca27563192e 100644
--- a/mcs/tools/xbuild/xbuild_test.make
+++ b/mcs/tools/xbuild/xbuild_test.make
@@ -5,7 +5,7 @@ XBUILD_PROFILE_DIR=$(topdir)/class/lib/$(PROFILE)
export TESTING_MONO=a
ifeq (4.0, $(FRAMEWORK_VERSION))
-test-local: xbuild-net4-fail
+NO_TEST=true
else
test-local: copy-targets $(test_lib).config
clean-local: clean-targets clean-test-config