From f3a3930982625f0fb7d4ad13b28bfaceca563956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 16 Jun 2014 17:28:34 +0000 Subject: [PATCH] Fix command line options --- 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 8276bd935c..e23d983feb 100755 --- a/roles/mailman/files/post-update.sh +++ b/roles/mailman/files/post-update.sh @@ -25,7 +25,7 @@ $BASEDIR/bin/pg-give-rights.py restorecon -r "$BASEDIR" # Run unit tests -django-admin test --pythonpath $CONFDIR --settings settings_test -P hyperkitty +django-admin test --pythonpath $CONFDIR --settings settings_test hyperkitty nose2 kittystore # Reload Apache to flush the python cache