2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

update checkout commands

This commit is contained in:
caomengmeng 2017-01-10 03:51:50 -05:00
parent e218b9b06b
commit ea87a2bacb

View File

@ -23,7 +23,7 @@ cmd:echo "test" > /tmp/pscp/pscp.tmp
check:rc==0
cmd:prsync -o "crz" /tmp/pscp $$CN:/tmp/
check:rc==0
check:$$CN: done
check:output=~$$CN: done
cmd:xdsh $$CN "ls -l /tmp |grep pscp"
check:rc==0
check:output=~pscp
@ -46,7 +46,7 @@ cmd: echo "prsync-test" > prsync.test
check:rc==0
cmd:prsync prsync.test $$CN:/tmp/
check:rc==0
check:$$CN: done
check:output=~$$CN: done
cmd:xdsh $$CN "ls -l /tmp |grep prsync.test"
check:rc==0
check:output=~prsync.test