Show More
@@ -1030,6 +1030,8 b' def runchildren(options, tests):' | |||||
1030 | if INST: |
|
1030 | if INST: | |
1031 | installhg(options) |
|
1031 | installhg(options) | |
1032 | _checkhglib("Testing") |
|
1032 | _checkhglib("Testing") | |
|
1033 | else: | |||
|
1034 | usecorrectpython() | |||
1033 |
|
1035 | |||
1034 | optcopy = dict(options.__dict__) |
|
1036 | optcopy = dict(options.__dict__) | |
1035 | optcopy['jobs'] = 1 |
|
1037 | optcopy['jobs'] = 1 | |
@@ -1149,6 +1151,8 b' def runtests(options, tests):' | |||||
1149 | if INST: |
|
1151 | if INST: | |
1150 | installhg(options) |
|
1152 | installhg(options) | |
1151 | _checkhglib("Testing") |
|
1153 | _checkhglib("Testing") | |
|
1154 | else: | |||
|
1155 | usecorrectpython() | |||
1152 |
|
1156 | |||
1153 | if options.restart: |
|
1157 | if options.restart: | |
1154 | orig = list(tests) |
|
1158 | orig = list(tests) |
General Comments 0
You need to be logged in to leave comments.
Login now