summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-07-27 23:24:28 +0300
committerLars Wirzenius <liw@liw.fi>2014-07-27 23:24:28 +0300
commit2827d57dac091f3cef04dafdfbd063be24721022 (patch)
tree13f514fc5d84f0f66ade7564d9213453bf0d61a4 /yarns
parent81ad54017eeb88e7b05bb010cd0cf870f98abf3e (diff)
downloaddistix-2827d57dac091f3cef04dafdfbd063be24721022.tar.gz
Add --quiet to turn off progress reporting
Diffstat (limited to 'yarns')
-rw-r--r--yarns/900-implements.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index c08a1e8..4456803 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -32,7 +32,7 @@ be, and changing there when running various commands.
cd "$DATADIR"
rm -f attempt.exit attempt.stdout attempt.stderr
cd "$(cat cwd || echo .)"
- if "$SRCDIR/distix" --no-default-config \
+ if "$SRCDIR/distix" --no-default-config --quiet \
--log "$DATADIR/distix.log" \
$MATCH_1 \
> "$DATADIR/attempt.stdout" 2> "$DATADIR/attempt.stderr"