From 1bb1bd5e2d3ff0e1157ab3a8b38d7d013bbe533e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 11 Apr 2013 21:02:25 +0100 Subject: Add terminal progress output --- tests/date.script | 2 +- tests/timeout.script | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/date.script b/tests/date.script index 2f66f1f..e4cca84 100755 --- a/tests/date.script +++ b/tests/date.script @@ -10,7 +10,7 @@ date: EOF -./desktop-cronish --max-jobs=5 "$DATADIR/foo.tasks" +./desktop-cronish --quiet --max-jobs=5 "$DATADIR/foo.tasks" wc -l < "$DATADIR/foo.output" awk 'NR > 1 { print $1 - prev } { prev = $1 }' "$DATADIR/foo.output" | diff --git a/tests/timeout.script b/tests/timeout.script index 0533880..e135c7e 100755 --- a/tests/timeout.script +++ b/tests/timeout.script @@ -10,4 +10,4 @@ date: EOF -./desktop-cronish --max-jobs=1 "$DATADIR/foo.tasks" +./desktop-cronish --quiet --max-jobs=1 "$DATADIR/foo.tasks" -- cgit v1.2.1