Remove *.pyc before running tests
This commit is contained in:
parent
1200dc0408
commit
3a68fc615b
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ cp "${WEBOOB_BACKENDS}" "${WEBOOB_TMPDIR}/"
|
|||
|
||||
# path to sources
|
||||
WEBOOB_DIR=$(readlink -e $(dirname $0)/..)
|
||||
find $WEBOOB_DIR -name "*.pyc" -delete
|
||||
echo "file://$WEBOOB_DIR/modules" > "${WEBOOB_TMPDIR}/sources.list"
|
||||
|
||||
export WEBOOB_WORKDIR="${WEBOOB_TMPDIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue