Closed
Bug 799968
Opened 13 years ago
Closed 13 years ago
SUTCli/DMCli's "ps" method broken
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file, 1 obsolete file)
|
792 bytes,
patch
|
mcote
:
review+
|
Details | Diff | Splinter Review |
After bug 799507, processList returns integers for the process ids. This is great, but in the sut client (soon to be dm client), this means we're trying to join a string, which doesn't work.
Fortunately the fix is simple.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #670124 -
Flags: review?(mcote)
| Assignee | ||
Comment 2•13 years ago
|
||
My last patch had an unwanted change to setup.py. Fix.
Attachment #670124 -
Attachment is obsolete: true
Attachment #670124 -
Flags: review?(mcote)
Attachment #670128 -
Flags: review?(mcote)
Comment 3•13 years ago
|
||
Comment on attachment 670128 [details] [diff] [review]
Patch without the unwanted change
wfm!
Attachment #670128 -
Flags: review?(mcote) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•