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

(insert)fix)

上级 8a6af669
bash 3-connectors/c#/test.sh || exit 8 bash 3-connectors/c#/test.sh
bash 3-connectors/go/test.sh || exit 8 bash 3-connectors/go/test.sh
bash 3-connectors/java/test.sh || exit 8 bash 3-connectors/java/test.sh
bash 3-connectors/nodejs/test.sh || exit 8 bash 3-connectors/nodejs/test.sh
bash 3-connectors/python/test.sh || exit 8 bash 3-connectors/python/test.sh
bash 3-connectors/restful/test.sh || exit 8 bash 3-connectors/restful/test.sh
bash 3-connectors/rust/test.sh || exit 8 bash 3-connectors/rust/test.sh
bash 3-connectors/c#/test.sh || exit 8 bash 3-connectors/c#/test.sh
bash 3-connectors/go/test.sh || exit 8 bash 3-connectors/go/test.sh
bash 3-connectors/java/test.sh || exit 8 bash 3-connectors/java/test.sh
bash 3-connectors/nodejs/test.sh || exit 8 bash 3-connectors/nodejs/test.sh
bash 3-connectors/python/test.sh || exit 8 bash 3-connectors/python/test.sh
bash 3-connectors/restful/test.sh || exit 8 bash 3-connectors/restful/test.sh
bash 3-connectors/rust/test.sh || exit 8 bash 3-connectors/rust/test.sh
...@@ -124,7 +124,8 @@ function runPyCaseOneByOnefq() { ...@@ -124,7 +124,8 @@ function runPyCaseOneByOnefq() {
else else
echo $line echo $line
if [[ $line =~ ^bash.* ]]; then if [[ $line =~ ^bash.* ]]; then
$line $line > case.log 2>&1 || cat case.log && exit 8
cat case.log
fi fi
fi fi
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册