From 964496aa7a337b4b011e9f9afa16f5cae6c4cdd6 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 18 Apr 2017 10:25:06 -0700 Subject: [PATCH] narrow the tests to speed up debugging --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d674417..e2a91d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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