mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-24 07:20:53 -04:00
narrow the tests to speed up debugging
This commit is contained in:
parent
0880ab615b
commit
964496aa7a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ install:
|
|||
- ansible-playbook --extra-vars="brozzler_pip_name=file://$TRAVIS_BUILD_DIR#egg=brozzler user=travis" --inventory-file=ansible/hosts-localhost ansible/playbook.yml
|
||||
- pip install $TRAVIS_BUILD_DIR pytest
|
||||
script:
|
||||
- DISPLAY=:1 py.test -v tests
|
||||
- DISPLAY=:1 py.test -v -s tests/test_units.py
|
||||
after_failure:
|
||||
- sudo cat /var/log/upstart/warcprox.log
|
||||
- sudo cat /var/log/upstart/brozzler-worker.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue