greentest/runall.py: make sure record_results.py is also run under the right Python version
This commit is contained in:
@@ -33,7 +33,7 @@ from with_eventlet import import_reactor
|
|||||||
first_hubs = ['selecthub', 'poll', 'selects', 'twistedr']
|
first_hubs = ['selecthub', 'poll', 'selects', 'twistedr']
|
||||||
first_reactors = ['selectreactor', 'pollreactor', 'epollreactor']
|
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
|
PARSE_PERIOD = 10
|
||||||
|
|
||||||
# the following aren't in the default list unless --all option present
|
# the following aren't in the default list unless --all option present
|
||||||
|
Reference in New Issue
Block a user