mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Fix test case go_xcat_noinput. Ignore the exit code of gpg installation
This commit is contained in:
parent
dee3cd8b61
commit
9005fb470a
@ -7,7 +7,6 @@ check:rc!=0
|
||||
cmd:if xdsh $$CN "grep \"Red Hat\" /etc/*release >/dev/null"; then xdsh $$CN "yum install -y yum-utils bzip2"; fi
|
||||
check:rc==0
|
||||
cmd:if grep Ubuntu /etc/*release;then xdsh $$CN "apt-get install -y gpg"; fi
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cd /; rm -rf /go-xcat"
|
||||
check:rc==0
|
||||
cmd:xdsh $$CN "cd /; scp -r $$MN:/opt/xcat/share/xcat/tools/go-xcat ./"
|
||||
|
Loading…
x
Reference in New Issue
Block a user