summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-10-11 13:23:07 -0400
committerGitHub <noreply@github.com>2022-10-11 13:23:07 -0400
commit3c0d2531d832d7e3af27b37d394ce635bc904754 (patch)
tree78f46360d8b0bc35c95ce29c59fa823a7c15da0b
parente8504f6927701c783e82949a52bcea5a11b4466a (diff)
downloadillumos-joyent-3c0d2531d832d7e3af27b37d394ce635bc904754.tar.gz
OS-8414 smartos-test configuration should set per-process coredumps
Reviewed by: Brian Bennett <brian.bennett@mnx.io> Approved by: Brian Bennett <brian.bennett@mnx.io>
-rwxr-xr-xusr/src/test/smartos-test/smartos-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/test/smartos-test/smartos-test.sh b/usr/src/test/smartos-test/smartos-test.sh
index 007b5845e1..8bb28887a6 100755
--- a/usr/src/test/smartos-test/smartos-test.sh
+++ b/usr/src/test/smartos-test/smartos-test.sh
@@ -394,6 +394,8 @@ if [[ $do_configure = true ]]; then
add_test_accounts
setup_pkgsrc
install_required_pkgs
+ # Enable per-process coredumps, some tests assume they're pre-set.
+ log_must coreadm -e process
log "This system is now configured to run the SmartOS tests."
fi