[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: start mysqld from debian/rules?



* Paul Wise <pabs@debian.org>, 2011-10-31, 13:15:
Also, remember to use the BUILD_OPTIONS to have the test suite be disabled in case we don't want to run them. That's a Debian policy requirement. So you'll also need something like that in your debian/rules:

ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
   ./run_tests.sh
endif

There should be no need to check DEB_BUILD_OPTIONS in this case since debhelper/dh will do that for you.

No, it will not. See bug #568897.

--
Jakub Wilk


Reply to: