From 12faa5142012401b796455465f74f77ffba847fc Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 26 Nov 2015 09:30:46 +0000 Subject: 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 7eb618b7af..d75e7f2369 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 -- cgit v1.2.3