run_tests.py bug runs sh

Issue #7 new
Former user created an issue

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)

Comments (0)

  1. Log in to comment