Github user jsoref commented on the pull request:
https://github.com/apache/cordova-lib/pull/90#issuecomment-59990633
I can't say precisely, but, here's what I did:
```sh
$ git fetch --all
$ git branch -f master apache/master
$ cd cordova-lib/
```
Updates.
Try master:
```sh
$ git checkout master
...
Switched to branch 'master'
Your branch is up-to-date with 'apache/master'.
$ npm run jasmine && npm run jshint
> [email protected] jasmine ~/Cordova/cordova-lib/cordova-lib
> jasmine-node --captureExceptions --color spec-plugman spec-cordova
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 14.781 seconds
726 tests, 1027 assertions, 0 failures, 0 skipped
> [email protected] jshint ~/Cordova/cordova-lib/cordova-lib
> node node_modules/jshint/bin/jshint src
```
Now, try your branch:
```sh
$ git checkout origin/pr/90
$ npm run jasmine && npm run jshint
> [email protected] jasmine ~/Cordova/cordova-lib/cordova-lib
> jasmine-node --captureExceptions --color spec-plugman spec-cordova
....................................................................................................
....................................................................................................
....................................................................................................
....................................................................................................
.........................................................................................FFFFFFFFFFF
FFFFFFFFFFFFF..FFFFFFF..............................................................................
...........FF..............................................................................
```
It's pretty verbose locally explaining each of the errors...
I'm not including them here because I don't think it's necessary. You
should be able to do the same as it/I did and get the same omitted.
```
Finished in 9.267 seconds
691 tests, 952 assertions, 33 failures, 0 skipped
npm ERR! weird error 1
npm ERR! not ok code 0
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]