Details
-
Task
-
Status: Closed
-
Trivial - P5
-
Resolution: Fixed
-
None
-
Fully Compatible
-
TIG D (12/11/15), TIG E (01/08/16)
Description
The 'task logs' for the jstestfuzz tasks get cluttered by output from `tar zxvf node.tar.gz`:
[2015/11/23 12:21:53.054] tar zxvf node.tar.gz
|
[2015/11/23 12:21:53.055] fi
|
[2015/11/23 12:21:53.242] node-v0.12.7-linux-x64/
|
[2015/11/23 12:21:53.242] node-v0.12.7-linux-x64/bin/
|
[2015/11/23 12:21:53.243] node-v0.12.7-linux-x64/bin/node
|
[2015/11/23 12:21:53.412] node-v0.12.7-linux-x64/bin/npm
|
[2015/11/23 12:21:53.412] node-v0.12.7-linux-x64/ChangeLog
|
...
|
Let's suppress the output to make it easier to read the logs when tasks fail.