From 8333abc9062ff0e7345dec41db972c0992c534e0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 23 Jul 2013 11:45:40 +0200 Subject: Centralize settings modifications for unittests in a single class --- hyperkitty.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hyperkitty.spec') diff --git a/hyperkitty.spec b/hyperkitty.spec index 39060f8..71e595b 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -127,9 +127,8 @@ touch --reference hyperkitty_standalone/settings.py \ %check touch hyperkitty_standalone/__init__.py -cp hyperkitty/tests_conf/settings_tests.py hyperkitty_standalone/settings_local.py %{__python} hyperkitty_standalone/manage.py test --pythonpath=`pwd` hyperkitty -rm -f hyperkitty_standalone/__init__.py hyperkitty_standalone/settings_local.py +rm -f hyperkitty_standalone/__init__.py %post -- cgit