changeset 3095:53ab820a0b7c beta

move tests temp folders to special prefix
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 13 Dec 2012 04:44:51 +0100
parents b70c6652a0d4
children 69b25f1b0b45
files test.ini
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test.ini	Wed Dec 12 23:17:10 2012 +0100
+++ b/test.ini	Thu Dec 13 04:44:51 2012 +0100
@@ -48,8 +48,8 @@
 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 @@
 ####################################
 ###         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