Closed
Bug 1152639
Opened 10 years ago
Closed 10 years ago
"make b2g" failed or out-of-date
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wachen, Assigned: evanxd, NeedInfo)
References
Details
https://github.com/mozilla-b2g/marionette-js-client.git
When I do "make test", it failed.
./node_modules/.bin/mozilla-download \
--verbose \
--product b2g \
--channel tinderbox \
--branch mozilla-central b2g
downloading product: "b2g" to "b2g" with options "{}"
undefined
make: *** [b2g] Error 1
I think the mozilla-download is out-of-date or the makefile is out-of-date. Also, I can hardly find any document for js-marionette, is it possible that anyone can provide me with one?
Reporter | ||
Updated•10 years ago
|
Blocks: MTBF-JSTest
Reporter | ||
Comment 1•10 years ago
|
||
Can you help with redirecting this bug to the right person?
Flags: needinfo?(evanxd)
Assignee | ||
Comment 2•10 years ago
|
||
Hi Walter,
You could just run `make` to install the node modules and download b2g.
`make b2g` will not work without the node modules.
And the documentation of marionette-js-client: http://mozilla-b2g.github.io/marionette-js-client/api-docs/
Assignee: nobody → evanxd
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(evanxd)
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•10 years ago
|
||
I would not say that's a document for running marionette-js-client. That's just a manual for API. You can't understand how to run it with an API document.
That is to say, you will not be able to run any tests by looking at this document.
Flags: needinfo?(evanxd)
Comment 4•10 years ago
|
||
This was fixed in https://github.com/mozilla-b2g/marionette-js-client/commit/f06d13512d97c182b47eb7253635c6a7a9b1896c I think?
Reporter | ||
Comment 5•10 years ago
|
||
Thanks, Gareth. That's helpful!
What IRC channel do you usually on? I might have some more questions to ask.
Also, is it better that when I get a bug in bugzilla, I should also file it on github?
Flags: needinfo?(gaye)
Resolution: WORKSFORME → FIXED
Assignee | ||
Comment 6•10 years ago
|
||
Hi Walter,
For documentation to run tests, it is listed in [1]. That is what you did(`make test`) before.
For this bug, it just like Gareth said, `make b2g` works well now.
[1] https://github.com/mozilla-b2g/marionette-js-client#tests
Flags: needinfo?(evanxd)
Assignee | ||
Comment 7•10 years ago
|
||
If you want to have documentation to run Gaia's tests, check here[1].
Hope this is helpful for you.
[1] https://github.com/mozilla-b2g/gaia#integration-tests
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•