Mailman: add unit tests, and adatp to recent code changes

This commit is contained in:
Aurélien Bompard 2014-06-03 13:35:38 +00:00
parent aaa825588e
commit a116e1e34d
4 changed files with 17 additions and 10 deletions

View file

@ -24,6 +24,10 @@ $BASEDIR/bin/pg-give-rights.py
# SELinux contexts
restorecon -r "$BASEDIR"
# Run unit tests
django-admin test --pythonpath $CONFDIR --settings settings_test -P hyperkitty
nose2 kittystore
# Reload Apache to flush the python cache
systemctl reload httpd
# Restart Mailman3 since kittystore was updated