[Pkg-mono-svn-commits] [mono] 03/03: Runtime tests are "make check" now not "make test"

Jo Shields directhex at moszumanska.debian.org
Thu Nov 26 09:33:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master-experimental
in repository mono.

commit 12faa5142012401b796455465f74f77ffba847fc
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Thu Nov 26 09:30:46 2015 +0000

    Runtime tests are "make check" now not "make test"
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7eb618b..d75e7f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,8 +55,8 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 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)
+	MONO_BOEHM_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=boehm $(TIMEOUT) make check; $(KILL_MONO)
+	MONO_SGEN_TEST = cd mono/tests && MONO_ENV_OPTIONS=--gc=sgen $(TIMEOUT) make check; $(KILL_MONO)
 endif
 
 DPKG_EXPORT_BUILDFLAGS = 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/mono.git



More information about the Pkg-mono-svn-commits mailing list