提交 2676132a 编写于 作者: L liuyq-617

(connector)fix

上级 72e42da7
...@@ -124,8 +124,13 @@ function runPyCaseOneByOnefq() { ...@@ -124,8 +124,13 @@ function runPyCaseOneByOnefq() {
else else
echo $line echo $line
if [[ $line =~ ^bash.* ]]; then if [[ $line =~ ^bash.* ]]; then
$line > case.log 2>&1 || cat case.log && exit 8 # $line > case.log 2>&1 || cat case.log && exit 8
cat case.log # cat case.log
$line > case.log 2>&1
if [ $? -ne 0 ];then
cat case.log
exit 8
fi
fi fi
fi fi
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册