Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-tests.py
has to return the correct error codes
`os.system(cmd)` does not return the correct error codes as expected. now replaced by `subprocess.call(cmd)` which does.
- Loading branch information