Closed
Bug 722367
Opened 13 years ago
Closed 13 years ago
make mochitest-robotium doesn't load correct robocop.apk file
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla12
People
(Reporter: kats, Assigned: kats)
Details
(Keywords: regression)
Attachments
(1 file)
4.62 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
regression from bug 719697, now the robocop.apk file is put into <objdir>/dist instead of <objdir>/build/mobile/robocop/ but the make target still looks in the old place. So the wrong robocop (if you don't do a clobber build) is thrown onto the device; if you do a clobber build it presumably won't find the robocop.apk at all.
Assignee | ||
Comment 1•13 years ago
|
||
I'll also push this to try to make sure it doesn't break other stuff
Attachment #592766 -
Flags: review?(jmaher)
Comment 2•13 years ago
|
||
Comment on attachment 592766 [details] [diff] [review]
Fix up paths
Review of attachment 592766 [details] [diff] [review]:
-----------------------------------------------------------------
good idea splitting out the robocop-path and robocop-ids.
Attachment #592766 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Try run was generally green: https://tbpl.mozilla.org/?tree=Try&rev=14e9e21b3643
Landed on inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/567bc606a167
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•