ソースを参照

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__':


読み込み中…
キャンセル
保存