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

Re: start mysqld from debian/rules?



On Mon, Oct 31, 2011 at 12:54 PM, Thomas Goirand wrote:

> 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.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: