summaryrefslogtreecommitdiffstats
path: root/hyperkitty.spec
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-23 11:45:40 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-23 11:45:40 +0200
commit8333abc9062ff0e7345dec41db972c0992c534e0 (patch)
treee47334f27f56e86eca6e01812a21cfee9292959f /hyperkitty.spec
parentbf2de4165365d96dcafdfc769ac6020348a45c6e (diff)
downloadhyperkitty-8333abc9062ff0e7345dec41db972c0992c534e0.tar.gz
hyperkitty-8333abc9062ff0e7345dec41db972c0992c534e0.tar.xz
hyperkitty-8333abc9062ff0e7345dec41db972c0992c534e0.zip
Centralize settings modifications for unittests in a single class
Diffstat (limited to 'hyperkitty.spec')
-rw-r--r--hyperkitty.spec3
1 files changed, 1 insertions, 2 deletions
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