Closed Bug 1152639 Opened 10 years ago Closed 10 years ago

"make b2g" failed or out-of-date

Categories

(Testing Graveyard :: JSMarionette, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

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?
Blocks: MTBF-JSTest
Can you help with redirecting this bug to the right person?
Flags: needinfo?(evanxd)
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
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)
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
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)
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
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.