need $DISPLAY set for test_brozzling.py

This commit is contained in:
Noah Levitt 2016-12-21 15:15:03 -08:00
parent f7427219cf
commit c90c73372e
3 changed files with 3 additions and 3 deletions

View file

@ -16,4 +16,4 @@ vagrant ssh -- 'status warcprox ;
echo
vagrant ssh -- 'source /opt/brozzler-ve34/bin/activate && pip install pytest'
vagrant ssh -- "source /opt/brozzler-ve34/bin/activate && py.test -v -s /brozzler/tests $@"
vagrant ssh -- "source /opt/brozzler-ve34/bin/activate && DISPLAY=:1 py.test -v -s /brozzler/tests $@"