wamr-test-suites: Update runtest.py to support python3 (#1684)

Update runtest.py of wamr-test-suites to support both python2 and python3
This commit is contained in:
Huang Qi
2022-11-07 14:16:10 +08:00
committed by GitHub
parent e278861206
commit 810007857b
2 changed files with 14 additions and 9 deletions

View File

@ -121,7 +121,7 @@ def test_case(
):
return True
CMD = ["python2.7", "runtest.py"]
CMD = ["python", "runtest.py"]
CMD.append("--wast2wasm")
CMD.append(WAST2WASM_CMD)
CMD.append("--interpreter")