##// END OF EJS Templates
run-tests: use correct python when run with --local
Bryan O'Sullivan -
r18048:9b7288fc default
parent child Browse files
Show More
@@ -1030,6 +1030,8 b' def runchildren(options, tests):'
1030 1030 if INST:
1031 1031 installhg(options)
1032 1032 _checkhglib("Testing")
1033 else:
1034 usecorrectpython()
1033 1035
1034 1036 optcopy = dict(options.__dict__)
1035 1037 optcopy['jobs'] = 1
@@ -1149,6 +1151,8 b' def runtests(options, tests):'
1149 1151 if INST:
1150 1152 installhg(options)
1151 1153 _checkhglib("Testing")
1154 else:
1155 usecorrectpython()
1152 1156
1153 1157 if options.restart:
1154 1158 orig = list(tests)
General Comments 0
You need to be logged in to leave comments. Login now