Closed
Bug 626794
Opened 15 years ago
Closed 15 years ago
Restart tests don't work due to missing argument in run_tests()
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: whimboo, Assigned: k0scist)
Details
(Whiteboard: [mozmill-2.0+])
Attachments
(1 file)
|
567 bytes,
patch
|
harth
:
review+
|
Details | Diff | Splinter Review |
Start Mozmill 2 with: --restart -t folder
Traceback (most recent call last):
File "/Volumes/data/testing/envs/mozmill-2/bin/mozmill", line 8, in <module>
load_entry_point('mozmill==2.0a', 'console_scripts', 'mozmill')()
File "/Volumes/data/build/tools/mozmill-2.0/mozmill/mozmill/__init__.py", line 637, in cli
CLI(args).run()
File "/Volumes/data/build/tools/mozmill-2.0/mozmill/mozmill/__init__.py", line 612, in run
self.run_tests(MozMillRestart, restart_tests, runner)
TypeError: run_tests() takes exactly 5 arguments (4 given)
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #504873 -
Flags: review?(fayearthur+bugs)
Comment 2•15 years ago
|
||
Comment on attachment 504873 [details] [diff] [review]
pass the results argument
cool.
Attachment #504873 -
Flags: review?(fayearthur+bugs) → review+
Updated•15 years ago
|
Whiteboard: [mozmill-2.0?] → [mozmill-2.0+]
| Assignee | ||
Comment 3•15 years ago
|
||
Pushed to master: https://github.com/mozautomation/mozmill/commit/36005367ebc06175bae8ffefe433dcb0fac26295
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•15 years ago
|
||
Works until you end-up in bug 626971. Marking as verified fixed.
Assignee: nobody → jhammel
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•