m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

Show command output progressively #25

Closed borekb closed 9 years ago

borekb commented 9 years ago

I'd like to run our test suite using gulp-run in which case it would be useful to see the output as the test runner progresses. Is there a way to achieve this?

leipert commented 9 years ago

See #27

cbarrick commented 9 years ago

As of b104831761d7a7914259dfd2bd33be1bfb8dc0c1 you can use verbosity level 3 to see progressive output.

Published as v1.6.8