add PYTHONPATH for web tests
This commit is contained in:
parent
aefb2ddba7
commit
8e69046d46
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -78,7 +78,7 @@ test:
|
|||
|
||||
test3:
|
||||
coverage3 erase
|
||||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/. coverage3 run \
|
||||
PYTHONPATH=hub/.:plugins/hub/.:plugins/builder/.:plugins/cli/.:cli/.:www/lib coverage3 run \
|
||||
--rcfile .coveragerc3 --source . \
|
||||
/usr/bin/nosetests-3
|
||||
coverage3 report --rcfile .coveragerc3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue