add timing information for ikiwikiruns
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
a2108100a0
commit
07cb4fbcfe
1 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@ BDIR=~/b/ikiwiki
|
||||||
|
|
||||||
( cd "${BDIR}" && git describe )
|
( cd "${BDIR}" && git describe )
|
||||||
|
|
||||||
|
START="$(date)"
|
||||||
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
||||||
--libdir ${BDIR} \
|
--libdir ${BDIR} \
|
||||||
--templatedir ${BDIR}/templates \
|
--templatedir ${BDIR}/templates \
|
||||||
|
@ -11,4 +12,6 @@ PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
|
||||||
-set underlaydirbase=${BDIR}/underlays \
|
-set underlaydirbase=${BDIR}/underlays \
|
||||||
--setup ikiwiki.setup \
|
--setup ikiwiki.setup \
|
||||||
"$@"
|
"$@"
|
||||||
echo ikiwiki result: $?
|
ret=$?
|
||||||
|
END="$(date)"
|
||||||
|
echo ${START} - ${END}: ikiwiki result: $?
|
||||||
|
|
Loading…
Reference in a new issue