Closed
Bug 620377
Opened 15 years ago
Closed 15 years ago
Add setup step to clone the mozmill-automation repository
Categories
(Mozilla QA Graveyard :: Mozmill Crowd Extension, defect)
Mozilla QA Graveyard
Mozmill Crowd Extension
Tracking
(Not tracked)
RESOLVED
FIXED
0.1
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
1.72 KB,
patch
|
aaronmt
:
review+
|
Details | Diff | Splinter Review |
For the setup step we have to clone our mozmill-automation repository.
Attachment #498731 -
Flags: review?(aaron.train)
Comment 1•15 years ago
|
||
On click of Start Test-run, I see a command prompt open and close which is python looking for testrun_general.py, which can't be found yet. In console I get
Error: uncaught exception: [Exception... "Component returned failure code: 0x80520003 (NS_ERROR_FILE_EXECUTION_FAILED) [nsIProcess.run]" nsresult: "0x80520003 (NS_ERROR_FILE_EXECUTION_FAILED)" location: "JS frame :: chrome://mozmill-crowd/content/utils.js :: Environment_execute :: line 260" data: no]
Assignee | ||
Comment 2•15 years ago
|
||
I assume you already have a crowd subfolder in your profile. The code we have right now, is doing an early return in such a situation. I will take care of the missing pieces later this week. For now simply remove the crowd folder.
Comment 3•15 years ago
|
||
Comment on attachment 498731 [details] [diff] [review]
Patch v1
Confirmed, it was the subfolder. Tested and everything is OK. Repo cloned successfully.
Attachment #498731 -
Flags: review?(aaron.train) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Assignee: nobody → hskupin
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → 0.1
Updated•13 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•