svn commit: r282211 - head/tests/freebsd_test_suite

Gleb Smirnoff glebius at FreeBSD.org
Wed Apr 29 11:29:48 UTC 2015


On Wed, Apr 29, 2015 at 08:56:56AM +0000, Garrett Cooper wrote:
G> Author: ngie
G> Date: Wed Apr 29 08:56:56 2015
G> New Revision: 282211
G> URL: https://svnweb.freebsd.org/changeset/base/282211
G> 
G> Log:
G>   ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcase
G>   no longer bombs out
G>   PLAIN_REQUIRE_KERNEL_MODULE: use printf + _exit, no err so the testcase no
G>   longer bombs out if it prints to stderr
G>   
G>   MFC after: 5 days

This breaks buildworld since atf_skip() is a shell function, not a C one:

glebius at behemoth:/usr/src/head/contrib/atf:|>grep -r atf_skip atf-c
glebius at behemoth:/usr/src/head/contrib/atf:|>grep -r atf_skip atf-sh/
atf-sh/atf-sh.3:.Nm atf_skip ,

-- 
Totus tuus, Glebius.


More information about the svn-src-all mailing list