add SMTP_CONNECTED and IMAP_CONNECTED events

This commit is contained in:
holger krekel
2019-07-01 22:27:44 +02:00
parent 183a49eca0
commit 7a053b9f93
4 changed files with 8 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ toxargs="$@"
if [ -e liveconfig ]; then
toxargs="--liveconfig liveconfig $@"
fi
tox -- $toxargs
tox $toxargs
ret=$?
popd
exit $ret