summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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