Mercurial > piecrust2
view build/generate_messages.sh @ 394:65db6df28120
tests: Also mock `open` in Jinja to be able to use templates in bake tests.
This also required raising the proper exception in the mock function. We are
now raising `IOError` and set the `errno` attribute on it.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 17 May 2015 15:28:00 -0700 |
parents | 04e3da2dd969 |
children |
line wrap: on
line source
#!/bin/sh CUR_DIR="$( cd "$( dirname "$0" )" && pwd )" CHEF=${CUR_DIR}/../bin/chef OUT_DIR=${CUR_DIR}/../piecrust/resources/messages ROOT_DIR=${CUR_DIR}/messages $CHEF --root=$ROOT_DIR bake -o $OUT_DIR rm ${OUT_DIR}/index.html