summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/date.script2
-rwxr-xr-xtests/timeout.script2
2 files changed, 2 insertions, 2 deletions
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"