Wait for clamav-daemon to start up

This commit is contained in:
Marius Gedminas 2019-10-22 17:08:25 +03:00
parent 7e94e542b3
commit 2251b23df5

View file

@ -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