Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

zuul --help does not print the full usage guide on node v6 #282

Closed
75lb opened this issue May 9, 2016 · 3 comments
Closed

zuul --help does not print the full usage guide on node v6 #282

75lb opened this issue May 9, 2016 · 3 comments

Comments

@75lb
Copy link

75lb commented May 9, 2016

this is the node 6 output, note it is incomplete:

$ zuul -h

  Usage: zuul [options] <files | dir>

  Options:

    -h, --help                             output usage information
    -V, --version                          output the version number
    --ui <testing ui>                      ui for tests (mocha-bdd, mocha-tdd, qunit, tape)
    --local [port]                         port for manual testing in a local browser
    --tunnel [type]                        establish a tunnel for outside access. only used when --local is specified
    --disable-tunnel                       don't establish a tunnel for outside access. override any config in .zuul.yml and .zuulrc
    --phantom [port]                       run tests in phantomjs. PhantomJS must be installed separately.
    --phantom-remote-debugger-port [port]  connect phantom to remote debugger
    --phantom-remote-debugger-autorun      run tests automatically when --phantom-remote-debugger-port is specified
    --electron                             run tests in electron. electron must be installeecc-ui

this is related to updated process.exit() semantics in node v6.. essentially, you need to let the node process exit gracefully - process.exit() now kills the process on the spot without flushing process.stdout

@vvo
Copy link
Collaborator

vvo commented May 9, 2016

Do you think you can submit a PR to solve this?

@lpinca
Copy link
Contributor

lpinca commented May 20, 2016

Should be fixed upstream, see tj/commander.js#530.

@lpinca
Copy link
Contributor

lpinca commented Jun 9, 2016

I think this can be closed. It should have been fixed in node 6.2.1.

@vvo vvo closed this as completed Jun 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants