Closed
Bug 779701
Opened 13 years ago
Closed 13 years ago
Marionette tests aren't packaged properly on Windows
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: rain1, Assigned: rain1)
References
Details
Attachments
(1 file)
|
1.44 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=14043656&tree=Firefox&full=1
e:/builds/moz2_slave/m-cen-w32/build/obj-firefox/_virtualenv/Scripts/python.exe /e/builds/moz2_slave/m-cen-w32/build/testing/marionette/client/marionette/tests/print-manifest-dirs.py \
/e/builds/moz2_slave/m-cen-w32/build \
/e/builds/moz2_slave/m-cen-w32/build/testing/marionette/client/marionette/tests/unit-tests.ini \
| (cd /e/builds/moz2_slave/m-cen-w32/build && xargs tar -chf -) \
| (cd ./dist/test-package-stage/marionette/tests && tar -xf -)
tar: testingmarionetteclientmarionettetests: Cannot stat: No such file or directory
tar: domsmstestsmarionette: Cannot stat: No such file or directory
tar: domnetworktestsmarionette: Cannot stat: No such file or directory
tar: dombatterytestmarionette: Cannot stat: No such file or directory
tar: domtelephonytestmarionette: Cannot stat: No such file or directory
tar: testingmarionetteclientmarionettetestsunit: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
The error isn't detected because it's in the middle of a pipe. We really should do something about that. :/
Attachment #648167 -
Flags: review?(jgriffin)
| Assignee | ||
Comment 1•13 years ago
|
||
(The problem is that backslashes are unescaped by the shell)
Comment 2•13 years ago
|
||
Comment on attachment 648167 [details] [diff] [review]
patch v1
Review of attachment 648167 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the fix!
Attachment #648167 -
Flags: review?(jgriffin) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → sagarwal
Status: NEW → ASSIGNED
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•