提交 c7729e46 编写于 作者: A alesapin

Hide nonzero error code on testflows runner

上级 76ef8feb
......@@ -118,4 +118,5 @@ if __name__ == "__main__":
)
print("Running testflows container as: '" + cmd + "'.")
subprocess.check_call(cmd, shell=True)
# testflows return non zero error code on failed tests
subprocess.call(cmd, shell=True)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册