From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 9/9] Host install: Move target_core_dump_setup call Date: Fri, 25 Sep 2015 12:37:08 +0100 Message-ID: <1443181028-22705-10-git-send-email-ian.jackson@eu.citrix.com> References: <1443181028-22705-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfRJb-0007h0-93 for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 11:37:23 +0000 In-Reply-To: <1443181028-22705-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Robert Ho , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Move this into host_install_postboot_complete. All hosts subject to host_install_postboot_complete should have the coredump settings too. No functional change. Signed-off-by: Ian Jackson --- v14: New patch. Dropped patch which adds core_dump_setup call to ts-nested-setup --- Osstest/TestSupport.pm | 1 + ts-host-install | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index fb24a1e..168aa9c 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -2399,6 +2399,7 @@ sub guest_editconfig_nocd ($$) { sub host_install_postboot_complete ($) { my ($ho) = @_; + target_core_dump_setup($ho); target_cmd_root($ho, "update-rc.d osstest-confirm-booted start 99 2 ."); } diff --git a/ts-host-install b/ts-host-install index 5bbc0a7..9a46454 100755 --- a/ts-host-install +++ b/ts-host-install @@ -150,8 +150,6 @@ END }); } - target_core_dump_setup($ho); - host_install_postboot_complete($ho); logm('OK: install completed'); -- 1.7.10.4