]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292578:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Dec 2015 01:05:48 +0000 (01:05 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Dec 2015 01:05:48 +0000 (01:05 +0000)
commitbb44069d03b0a3f302097f690db61dbcf9690627
tree3be9a87d634b7441b6101bb4c8cc57f4a7d36f1c
parente1583a6e53f868eefd1e535769a72da716ff6eea
MFC r292578:

Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_test

The default `sysctl kern.corefile` value is compatible with `kyua test` (FreeBSD
will dump to the current directory). If it's set to an absolute path however,
`kyua test` will not be able to clean up the corefiles after the fact

The corefiles have little value when testing the behavior of feature behavior,
so just disable corefile generation

Obtained from: Isilon OneFS (^/onefs/head@r511419)
Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@292852 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/netbsd-tests/lib/libc/gen/t_assert.c
contrib/netbsd-tests/lib/libc/ssp/t_ssp.sh