greentest/runall.py: make sure record_results.py is also run under the right Python version

This commit is contained in:
Denis Bilenko
2009-05-19 16:27:17 +07:00
parent 23d8a30c03
commit 28ea6f88fe

View File

@@ -33,7 +33,7 @@ from with_eventlet import import_reactor
first_hubs = ['selecthub', 'poll', 'selects', 'twistedr']
first_reactors = ['selectreactor', 'pollreactor', 'epollreactor']
COMMAND = './record_results.py ' + sys.executable + ' ./with_timeout.py ./with_eventlet.py %(setup)s %(test)s'
COMMAND = sys.executable + ' ./record_results.py ' + sys.executable + ' ./with_timeout.py ./with_eventlet.py %(setup)s %(test)s'
PARSE_PERIOD = 10
# the following aren't in the default list unless --all option present