This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/jenkmarking-multinode by th [...] new 90dcf2e Make wget quiet 90dcf2e is described below
commit 90dcf2e30aedfff922f5c99a66609a83b6aa9feb Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 14:29:18 2015 +0200
Make wget quiet
It doesn't half look awful in a lava console log
Change-Id: I006723198649028508666731e835c90d9926b670 --- scripts/Benchmark.job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job index c3d53dd..7dedcb6 100755 --- a/scripts/Benchmark.job +++ b/scripts/Benchmark.job @@ -26,7 +26,7 @@ cd "${maindir}" mkdir bin cd bin if echo x"${toolchain}" | grep -q '^xhttp'; then - wget "${toolchain}" + wget -q "${toolchain}" tar xf "`basename ${toolchain}`" #TODO: abe way to handle this? if test x"${toolchain##.tgz}" = x.tgz; then