2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 11:40:25 +00:00

Debug command output34

This commit is contained in:
Mark Gurevich
2022-07-14 14:06:05 -04:00
parent c5990db071
commit 59ce931593
2 changed files with 1 additions and 3 deletions

View File

@@ -7,6 +7,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common
- run: echo "$GITHUB_WORKSPACE/opt/xcat/bin:$GITHUB_WORKSPACE/opt/xcat/sbin" >> $GITHUB_PATH
- run: echo "/opt/xcat/bin:/opt/xcat/sbin" >> $GITHUB_PATH
- run: perl github_action_xcat_test.pl

View File

@@ -353,7 +353,7 @@ sub install_xcat{
#"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 site",
". /etc/profile.d/xcat.sh && tabdump site",
"lsxcatd -a",
"ls /opt/xcat/sbin",
"service xcatd status");