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:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user