2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 13:10:34 +00:00

refine xdsh_t case to fix issue #5687 (#5689)

This commit is contained in:
Weihua Hu
2018-10-10 15:37:52 +08:00
committed by Bin Xu
parent aca853b05b
commit 09a16fa5cf

View File

@ -96,7 +96,7 @@ start:xdsh_t
label:cn_os_ready,parallel_cmds
cmd:date +%s > /tmp/start.txt
check:rc==0
cmd:xdsh $$CN -t 5 "ssh 1.1.1.1"
cmd:xdsh $$CN -t 5 "sleep 10"
check:rc!=0
check:output=~Error: (\[.*?\]: )?Caught SIGINT - terminating the child processes.
cmd:date +%s > /tmp/end.txt