summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-20 11:00:51 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-20 11:00:51 +0100
commit963664a6d980a4e425e557f766408d23f0de4a32 (patch)
tree74e710177ae8097f9607932c975bdbd2b93ca1e8 /tests
parent645abeec9da4520c4bf613af86201280c8df74f8 (diff)
downloaddesktop-cronish-963664a6d980a4e425e557f766408d23f0de4a32.tar.gz
First attempt at implementing trigger-file
Diffstat (limited to 'tests')
-rwxr-xr-xtests/mtime-new.script2
-rwxr-xr-xtests/mtime-nofile.script2
-rwxr-xr-xtests/mtime-old.script2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/mtime-new.script b/tests/mtime-new.script
index 0e92b29..2d1f28e 100755
--- a/tests/mtime-new.script
+++ b/tests/mtime-new.script
@@ -11,4 +11,4 @@ date:
EOF
-./desktop-cronish --max-jobs 5 "$DATADIR/foo.tasks"
+./desktop-cronish --quiet --max-jobs 5 "$DATADIR/foo.tasks"
diff --git a/tests/mtime-nofile.script b/tests/mtime-nofile.script
index 9f8bb8c..9a04a71 100755
--- a/tests/mtime-nofile.script
+++ b/tests/mtime-nofile.script
@@ -11,4 +11,4 @@ date:
EOF
-./desktop-cronish --max-jobs 1 "$DATADIR/foo.tasks"
+./desktop-cronish --quiet --max-jobs 1 "$DATADIR/foo.tasks"
diff --git a/tests/mtime-old.script b/tests/mtime-old.script
index d727c78..a14ad25 100755
--- a/tests/mtime-old.script
+++ b/tests/mtime-old.script
@@ -11,4 +11,4 @@ date:
EOF
-./desktop-cronish --max-jobs 5 "$DATADIR/foo.tasks"
+./desktop-cronish --quiet --max-jobs 5 "$DATADIR/foo.tasks"