Closed
Bug 697535
Opened 14 years ago
Closed 14 years ago
talos calls python from os.system
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 701573
People
(Reporter: mozilla, Unassigned)
Details
By calling os.system("python ..."), talos is being virtualenv-unfriendly.
I'm currently working around this by editing my PATH before calling run_tests.py.
I'm seeing these in bcontroller.py and ttest.py.
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 2•14 years ago
|
||
The os.system calls should mostly be replaced entirely, but at least in bug 701573 I plan on replacing the literal string with sys.executable fixing this particular symptom
You need to log in
before you can comment on or make changes to this bug.
Description
•