summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-10-06 16:34:38 -0400
committerDan McDonald <danmcd@mnx.io>2022-10-10 11:33:17 -0400
commit817bd35d41ab7cefcdb55b2b34b353c7d2749441 (patch)
tree07faf0d37aa7f182c258b43334c13f07f3724f4f
parent8733bb6571c33535090fb28bcbe9aa273867168a (diff)
downloadillumos-joyent-817bd35d41ab7cefcdb55b2b34b353c7d2749441.tar.gz
OS-8414 smartos-test configuration should set per-process coredumpsOS-8414
-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