When running 'make test', if any of the tests fail, will the testing continue or will it stop all further tests?
I'm wondering if I should be parsing the test output and reviewing it to ensure proper builds.
Thanks,
--On Tuesday, April 03, 2007 7:39 AM -0700 Josh Miller joshua@itsecureadmin.com wrote:
When running 'make test', if any of the tests fail, will the testing continue or will it stop all further tests?
I'm wondering if I should be parsing the test output and reviewing it to ensure proper builds.
If a test fails, all tests stop.
--Quanah
-- Quanah Gibson-Mount Senior Systems Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
On Tuesday 03 April 2007, Josh Miller wrote:
When running 'make test', if any of the tests fail, will the testing continue or will it stop all further tests?
I'm wondering if I should be parsing the test output and reviewing it to ensure proper builds.
If any test fails, testing will stop.
E.g., in my SRPMS, if any test fails, the build will fail, and you will not get any binaries.
Regards, Buchan
openldap-software@openldap.org