mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
Bug 900189 - Insert mozharness to the front of sys.path in talos's mach_command.py. NPOTB. DONTBUILD. r=gps
This commit is contained in:
parent
d62f581f73
commit
f8003dab46
@ -117,7 +117,7 @@ class TalosRunner(MozbuildObject):
|
||||
raise e
|
||||
|
||||
def run_mozharness(self):
|
||||
sys.path.append(self.mozharness_dir)
|
||||
sys.path.insert(0, self.mozharness_dir)
|
||||
from mozharness.mozilla.testing.talos import Talos
|
||||
talos_mh = Talos(config=self.args['config'],
|
||||
initial_config_file=self.args['initial_config_file'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user