From 1e1aeff63b8abc890d8fc8386d1182c58a9f4032 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 14 Jul 2022 13:17:11 -0400 Subject: [PATCH] Debug command output29 --- github_action_xcat_test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index d4abb8bc5..e5a3f7676 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -342,7 +342,7 @@ sub install_xcat{ print "[install_xcat] $cmd ....[Pass]\n"; print "\n------Config xcat and verify xcat is working correctly-----\n"; - @cmds = ("sudo -s /opt/xcat/share/xcat/scripts/setup-local-client.sh -f", + @cmds = ("sudo -s /opt/xcat/share/xcat/scripts/setup-local-client.sh", #"sudo -s /opt/xcat/sbin/chtab priority=1.1 policy.name=githubaction policy.rule=allow", #"sudo sed -i '1i set -x' /etc/profile.d/xcat.sh ", #"sudo sed -i '1i #!/bin/bash' /etc/profile.d/xcat.sh ", @@ -352,7 +352,7 @@ sub install_xcat{ #"echo \$PATH", #"export PATH=/opt/xcat/bin:/opt/xcat/sbin/:\$PATH", "echo \$PATH", - ". /etc/profile.d/xcat.sh && tabdump policy", + ". /etc/profile.d/xcat.sh && sudo tabdump policy", "sudo tabdump site", "lsxcatd -a", "ls /opt/xcat/sbin",