summaryrefslogtreecommitdiffstats
path: root/hyperkitty.spec
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty.spec')
-rw-r--r--hyperkitty.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec
index a7b68e5..2a2d144 100644
--- a/hyperkitty.spec
+++ b/hyperkitty.spec
@@ -99,8 +99,9 @@ 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
+rm -f hyperkitty_standalone/__init__.py hyperkitty_standalone/settings_local.py
%post