Преглед изворни кода

Pass list instead of single command to subprocess

tags/v0.0.1
Joost Rijneveld пре 5 година
родитељ
комит
03eb577a40
No known key found for this signature in database GPG Key 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__':


Loading…
Откажи
Сачувај