mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
refine cases to reduce false error
This commit is contained in:
parent
940a0b6dd4
commit
9e6785be64
@ -8,9 +8,10 @@ cmd:chdef -t osimage -o __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-inst
|
||||
check:rc==0
|
||||
cmd:updatenode $$CN -F >/tmp/updatenode.F.out
|
||||
check:rc!=0
|
||||
cmd:grep 'updatenode exited with code 1' /tmp/updatenode.F.out
|
||||
cmd:grep '"/tmp/non-existent" failed: No such file or directory' /tmp/updatenode.F.out
|
||||
check:rc==0
|
||||
cmd:chdef -t osimage -o __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute synclists=
|
||||
check:rc==0
|
||||
cmd:rm -f /install/custom/install/__GETNODEATTR($$CN,os)__/booboo.synclist
|
||||
cmd:rm -rf /tmp/updatenode.F.out
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user