From 03ecce0e3921244db80dc6a2ddb3d77c5017b5f9 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 13 Aug 2014 15:51:07 +0100 Subject: [PATCH] Don't run regression tests here, we have other Jenkins jobs for that Former-commit-id: af04cf5c4e119ed19461be9cdf0c3f470e3f413d --- debian/rules | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/debian/rules b/debian/rules index ac1c33b0fb..1df889393e 100755 --- a/debian/rules +++ b/debian/rules @@ -51,17 +51,6 @@ else CONF_FLAGS += --with-sgen=no endif -ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) - MINI_TEST = true - MONO_BOEHM_TEST = true - MONO_SGEN_TEST = true -else - TIMEOUT = timeout -k 1h 1h - MINI_TEST = cd mono/mini && $(TIMEOUT) make check; $(KILL_MONO) - MONO_BOEHM_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=boehm $(TIMEOUT) make test; $(KILL_MONO) - MONO_SGEN_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=sgen $(TIMEOUT) make test; $(KILL_MONO) -endif - DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk @@ -113,17 +102,6 @@ build-stamp: configure-stamp touch $@ -test: test-stamp -test-stamp: build-stamp - -$(MINI_TEST) - -$(MONO_BOEHM_TEST) - -$(MONO_SGEN_TEST) - -$(KILL_MONO) - # funny bug-459094.cs creates too long directory names which - # pbuilder is unable to remove, eh - rm -rf mono/tests/abcde12345abcde12345abcde12345abcde12345/ - touch $@ - clean: echo "distro is $(DISTRO)" dh_testdir @@ -349,7 +327,7 @@ binary-indep: build-stamp install-stamp dh_md5sums -i dh_builddeb -i -binary-arch: build-stamp install-stamp test-stamp +binary-arch: build-stamp install-stamp dh_testdir dh_testroot