From 778294254aaab899990964ed84bda3975415ae2e Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 14 Jul 2022 13:18:30 -0400 Subject: [PATCH] Debug command output30 --- github_action_xcat_test.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/github_action_xcat_test.pl b/github_action_xcat_test.pl index e5a3f7676..6879d5eb0 100644 --- a/github_action_xcat_test.pl +++ b/github_action_xcat_test.pl @@ -343,6 +343,7 @@ sub install_xcat{ print "\n------Config xcat and verify xcat is working correctly-----\n"; @cmds = ("sudo -s /opt/xcat/share/xcat/scripts/setup-local-client.sh", + "cat /etc/passwd", #"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 ",