Closed
Bug 1197744
Opened 10 years ago
Closed 10 years ago
add a TestRunner.run_once method
Categories
(Testing :: mozregression, defect)
Testing
mozregression
Tracking
(firefox43 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: parkouss, Assigned: parkouss)
References
Details
Attachments
(1 file)
for bug 1194941, we will need to just run one build - then exit.
We should automatically close mozregression when we will close the tested app or the user hit CTRL-C I think.
To do that, let's add a TestRunner.run_once method that should create the Launcher and wait for the running app to be finished.
Assignee | ||
Comment 1•10 years ago
|
||
This is only unit tested, but we should be fine. Anyway it will only be used by bug 1194941, so we will test it really at this time.
I created another bug so it will be easier for MikeLing to work on bug 1194941.
Comment 2•10 years ago
|
||
Comment on attachment 8651739 [details] [review]
add a TestRunner.run_once method
Looks reasonable in general, see PR for some minor comments.
Attachment #8651739 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Thanks, fixed and landed in https://github.com/mozilla/mozregression/commit/74322ef648df22a250bc5f7a321fe790f828a6db
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•