aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-12-13 04:44:51 +0100
committerMarcin Kuzminski <marcin@python-works.com>2012-12-13 04:44:51 +0100
commita57e1509ed106971114393a5d082de53ff8a4ed6 (patch)
treefe800975e518e9ba9e3514f3ecefb8d21a265ea9
parent2cf96a8b0a0397cb2c81047a69a6d37c4684d9f3 (diff)
move tests temp folders to special prefix
--HG-- branch : beta
-rw-r--r--test.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/test.ini b/test.ini
index 67a4f0a7..9af71121 100644
--- a/test.ini
+++ b/test.ini
@@ -48,8 +48,8 @@ use = egg:rhodecode
full_stack = true
static_files = true
lang=en
-cache_dir = /tmp/data
-index_dir = /tmp/index
+cache_dir = /tmp/rc/data
+index_dir = /tmp/rc/index
app_instance_uuid = develop-test
cut_off_limit = 256000
force_https = false
@@ -129,8 +129,8 @@ celery.always.eager = false
####################################
### BEAKER CACHE ####
####################################
-beaker.cache.data_dir=/tmp/data/cache/data
-beaker.cache.lock_dir=/tmp/data/cache/lock
+beaker.cache.data_dir=/tmp/rc/data/cache/data
+beaker.cache.lock_dir=/tmp/rc/data/cache/lock
beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long