Skip to content
代码片段 群组 项目
提交 5a6e0cfb 编辑于 作者: AUTOMATIC's avatar AUTOMATIC
浏览文件

always add --api when running tests

上级 59dfe084
No related branches found
No related tags found
无相关合并请求
......@@ -202,6 +202,9 @@ def prepare_enviroment():
def tests(argv):
if "--api" not in argv:
argv.append("--api")
print(f"Launching Web UI in another process for testing with arguments: {' '.join(argv[1:])}")
with open('test/stdout.txt', "w", encoding="utf8") as stdout, open('test/stderr.txt', "w", encoding="utf8") as stderr:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册