summaryrefslogtreecommitdiff
path: root/yarns/obnam.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-23 20:40:28 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-23 20:40:28 +0000
commit1dc979eef2ae8a33b5aaf09620b2db19c005c194 (patch)
tree46ff434aaed45685b5a1052cacc49d7ad4dd57fb /yarns/obnam.sh
parentcd3ad828a2d716f60071db357add1450377bd232 (diff)
downloadobnam-1dc979eef2ae8a33b5aaf09620b2db19c005c194.tar.gz
Turn tracing on in yarns
Diffstat (limited to 'yarns/obnam.sh')
-rw-r--r--yarns/obnam.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/yarns/obnam.sh b/yarns/obnam.sh
index c19f532e..6062ef9a 100644
--- a/yarns/obnam.sh
+++ b/yarns/obnam.sh
@@ -45,7 +45,8 @@ run_obnam()
. "$DATADIR/$name.env"
fi
"$SRCDIR/obnam" --no-default-config --config "$conf" \
- --quiet --log-level debug --log "$DATADIR/obnam.log" "$@"
+ --quiet --log-level debug --log "$DATADIR/obnam.log" \
+ --trace obnamlib --trace larch "$@"
)
}