浏览代码

Pass list instead of single command to subprocess

tags/v0.0.1
Joost Rijneveld 5 年前
父节点
当前提交
03eb577a40
找不到此签名对应的密钥 GPG 密钥 ID: A4FE39CF49CBC553
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/test_common.py

+ 1
- 1
test/test_common.py 查看文件

@@ -17,7 +17,7 @@ def test_common():
primitive = re.sub(r"\.c$", "", d)
binname = os.path.join('..', 'bin', 'test_'+primitive)
helpers.make(binname)
helpers.run_subprocess(binname)
helpers.run_subprocess([binname])


if __name__ == '__main__':


正在加载...
取消
保存