mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 13:20:59 +00:00
Wait for clamav-daemon to start up
This commit is contained in:
parent
7e94e542b3
commit
2251b23df5
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ addons:
|
|||
- clamav-daemon
|
||||
install:
|
||||
- pip install tox-travis coveralls
|
||||
before_script:
|
||||
- service clamav-daemon status
|
||||
- while ! test -S /var/run/clamav/clamd.ctl; do printf "."; sleep 1; done
|
||||
# command to run tests
|
||||
script:
|
||||
- tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue