[Pkg-mono-svn-commits] [mono] 01/01: "make check" is used for mono/tests now, not "make test"
Jo Shields
directhex at moszumanska.debian.org
Mon Sep 7 15:08:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to branch master
in repository mono.
commit cfcc2d7d5e83b484a496a2b2c2a2de7d2f346f40
Author: Jo Shields <jo.shields at xamarin.com>
Date: Mon Sep 7 16:07:33 2015 +0100
"make check" is used for mono/tests now, not "make test"
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 69a9526..8b2a769 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,8 +59,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