summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-20 19:00:52 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-20 19:00:52 +0300
commitcba00fb95929c846d222bf1707fad000229c5f9a (patch)
treedfb6ee398f491edc08c0d15d967d59b60ef13a24 /doc
parentbeade7333d1d55f950131e5a9b62a3269b13e7ff (diff)
downloadick-cba00fb95929c846d222bf1707fad000229c5f9a.tar.gz
Have ick log to $DATADIR
Diffstat (limited to 'doc')
-rw-r--r--doc/900-implements.yarn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/900-implements.yarn b/doc/900-implements.yarn
index 600fdaa..371e2cd 100644
--- a/doc/900-implements.yarn
+++ b/doc/900-implements.yarn
@@ -46,6 +46,7 @@ Run ick, capturing its output for later inspection. We run ick in
IMPLEMENTS WHEN user runs ick (.+).ick
cd "$DATADIR"
if ! "$SRCDIR/ick" --no-default-config \
+ --log "$DATADIR/ick.log" \
"$DATADIR/$MATCH_1.ick" \
> "$DATADIR/ick.stdout" 2> "$DATADIR/ick.stderr"
then