From b1b45cca9f62fcee106f85f83ff94b57db239229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 2 Feb 2017 09:14:14 +0000 Subject: [PATCH] Mailman: also run the unit tests for the django_mailman3 component --- roles/mailman/files/post-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/files/post-update.sh b/roles/mailman/files/post-update.sh index 5b94b32ccf..46fa2d80ad 100755 --- a/roles/mailman/files/post-update.sh +++ b/roles/mailman/files/post-update.sh @@ -33,7 +33,7 @@ restorecon -r $BASEDIR/{bin,config,fulltext_index,static,templates} # Run unit tests echo "unit tests" -django-admin test --pythonpath $CONFDIR --settings settings_test hyperkitty postorius +django-admin test --pythonpath $CONFDIR --settings settings_test hyperkitty postorius django_mailman3 # Restart services systemctl start httpd mailman3 crond