Update examples only when launching test with documentation.sh

This commit is contained in:
Julien Duponchelle
2015-01-21 22:08:54 +01:00
parent ef4ecbfb6a
commit 8d9da999e6
9 changed files with 169 additions and 5 deletions

View File

@ -23,6 +23,8 @@ set -e
echo "WARNING: This script should be run at the root directory of the project"
export PYTEST_BUILD_DOCUMENTATION=1
py.test -v
python3 gns3server/web/documentation.py
cd docs