add timing information for ikiwikiruns

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-21 20:00:11 +02:00
parent a2108100a0
commit 07cb4fbcfe
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@ BDIR=~/b/ikiwiki
( cd "${BDIR}" && git describe )
START="$(date)"
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
--libdir ${BDIR} \
--templatedir ${BDIR}/templates \
@ -11,4 +12,6 @@ PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
-set underlaydirbase=${BDIR}/underlays \
--setup ikiwiki.setup \
"$@"
echo ikiwiki result: $?
ret=$?
END="$(date)"
echo ${START} - ${END}: ikiwiki result: $?