run_tests.py bug runs sh
Issue #7
new
There is a line in the python file that says os.system(command). This leads to an error when running tests. The line should be replaced with os.system("bash -c '%s'" % command)