mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-13 08:45:27 -04:00
Merge branch 'limit_downloadThroughput' into qa
This commit is contained in:
commit
c86ad357a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ install:
|
|||
- sudo cat /var/log/brozzler-worker.log
|
||||
- sudo cat /var/log/warcprox.log
|
||||
script:
|
||||
- travis_wait DISPLAY=:1 py.test --tb=native -v tests
|
||||
- travis_wait "DISPLAY=:1 py.test --tb=native -v tests"
|
||||
after_failure:
|
||||
- chromium-browser --version
|
||||
- sudo kill -QUIT $(sudo svstat /etc/service/warcprox | egrep -o 'pid [0-9]+' | awk '{print $2}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue