Closed
Bug 1046380
Opened 11 years ago
Closed 11 years ago
mozdevice's dmcli should have a command to get a temporary storage area (aka the deviceroot)
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: wlach, Assigned: wlach)
References
Details
Attachments
(2 files)
1.42 KB,
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
816 bytes,
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
For bug 1015382 it would be useful to get the temporary storage area using the command line client. This could also be useful for debugging.
Assignee | ||
Comment 1•11 years ago
|
||
With this patch applied you can do this:
(mozbase)wlach@popsicle:~/src/mozilla-central-hg/testing/mozbase$ dm deviceroot/storage/sdcard0/tests
Assignee | ||
Updated•11 years ago
|
Attachment #8464990 -
Flags: review?(armenzg)
Comment 2•11 years ago
|
||
Comment on attachment 8464990 [details] [diff] [review]
Patch to add functionality
Review of attachment 8464990 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8464990 -
Flags: review?(armenzg) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla34
Assignee | ||
Comment 5•11 years ago
|
||
Eugh, my original implementation put the result in standard error, which wasn't what we wanted. We want to put the output in standard output, so we can use it later (e.g. as input to another dm command, which we want for eideticker).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•11 years ago
|
||
Feeling a bit embarassed I didn't catch this before landing.
Attachment #8468886 -
Flags: review?(armenzg)
Comment 7•11 years ago
|
||
Comment on attachment 8468886 [details] [diff] [review]
Update to patch
Review of attachment 8468886 [details] [diff] [review]:
-----------------------------------------------------------------
It happens.
Attachment #8468886 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 8•11 years ago
|
||
Please check in https://bugzilla.mozilla.org/attachment.cgi?id=8468886 . Note that no try run is necessary as nothing in the build/test cycle uses this functionality. I have run a quick test by myself to make sure it works as expected.
Keywords: checkin-needed
Comment 10•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•