Only disable stdout ETA output if results are going to stdout
authorJens Axboe <axboe@kernel.dk>
Thu, 31 Jan 2013 14:24:34 +0000 (15:24 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 Jan 2013 14:24:34 +0000 (15:24 +0100)
commitfc47559b84e9708f97b66ff4123950fb33de9dc3
tree21452a295260ef56b5b4e85afa628021d396fb0d
parent1d360ffbcd58d32d6b5ec33f325f36b40efb3e6c
Only disable stdout ETA output if results are going to stdout

If they are being redirected to a file with --output, then
we can still use the normal runtime ETA output on stdout.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
eta.c