walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Suppress execution logs in test.sh #38

Closed takahi-i closed 7 years ago

takahi-i commented 10 years ago

test.sh flush the error messages to stdout/stderr, i would like to suppress the log message blow since we can overlook the build failures or more important issues.

ok      _/Users/ito/work/walter/pipelines       1.021s
?       _/Users/ito/work/walter/walter  [no test files]
=== RUN TestWithSimpleCommand
15:57:07  INFO [command] exec: ls -l
15:57:07  INFO [command] output: total 64
-rw-r--r--  1 ito  staff  1721  9 26 16:48 base_stage.go
-rw-r--r--  1 ito  staff  2421  9 29 15:37 command_stage.go
....
mizzy commented 7 years ago

I close this for cleaning issues.