mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-26 05:00:43 +00:00
38 lines
519 B
Plaintext
38 lines
519 B
Plaintext
start:psh_h
|
|
description: psh -h and psh -help
|
|
os:Linux
|
|
cmd:psh -h
|
|
check:rc==0
|
|
check:output=~Usage
|
|
cmd:psh --help
|
|
check:rc==0
|
|
check:output=~Usage
|
|
end
|
|
|
|
start:psh_v
|
|
description: psh -v
|
|
os:Linux
|
|
cmd:psh -v
|
|
check:output=~Version
|
|
check:rc==0
|
|
end
|
|
|
|
start:psh_node_cmd_linux
|
|
description: psh CN 'pwd' in linux
|
|
os:Linux
|
|
cmd:psh $$CN 'pwd'
|
|
check:rc==0
|
|
check:output=~$$CN
|
|
check:output=~/
|
|
end
|
|
|
|
start:psh_node_cmd_aix
|
|
description: psh CN 'pwd' in AIX
|
|
os:Aix
|
|
cmd:psh $$CN 'pwd'
|
|
check:rc==0
|
|
check:output=~$$CN
|
|
check:output=~/root
|
|
end
|
|
|