Wait for postfix mail delivery
This commit is contained in:
parent
7e0c4a6100
commit
2c4f41cd93
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ schleuder:
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
- python3 -c 'import os; print(os.listdir(".")); print(); print(os.listdir("test/"))'
|
- python3 -c 'import os; print(os.listdir(".")); print(); print(os.listdir("test/"))'
|
||||||
- python3 -m coverage run --rcfile=setup.cfg -m multischleuder --config test/multischleuder.yml --verbose
|
- python3 -m coverage run --rcfile=setup.cfg -m multischleuder --config test/multischleuder.yml --verbose
|
||||||
|
- sleep 5 # wait for mail delivery
|
||||||
- test/report.sh
|
- test/report.sh
|
||||||
- kill -9 ${API_DAEMON_PID} || true
|
- kill -9 ${API_DAEMON_PID} || true
|
||||||
- /usr/sbin/postmulti -i - -p stop
|
- /usr/sbin/postmulti -i - -p stop
|
||||||
|
|
Loading…
Reference in a new issue