From 8953e4ab862991c87dd98124189ea71018d5c47a Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 14 Jul 2022 12:48:24 -0400 Subject: [PATCH] Debug command output27 --- 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 22b2589c0..f3d818aa5 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -342,8 +342,8 @@ 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 githubaction", - "sudo -s /opt/xcat/sbin/chtab priority=1.1 policy.name=githubaction policy.rule=allow", + @cmds = (#"sudo -s /opt/xcat/share/xcat/scripts/setup-local-client.sh -f githubaction", + #"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 ", #"cat /etc/profile.d/xcat.sh",