[conf][tests] make a new tests_conf.xml

This commit is contained in:
Felix Ruess
2012-09-19 18:07:02 +02:00
parent dc11957f3d
commit 1873297098
4 changed files with 193 additions and 46 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ ab_clean:
replace_current_conf_xml:
test conf/conf.xml && mv conf/conf.xml conf/conf.xml.backup.$(BUILD_DATETIME)
cp conf/conf.xml.example conf/conf.xml
cp conf/tests_conf.xml conf/conf.xml
restore_conf_xml:
test conf/conf.xml.backup.$(BUILD_DATETIME) && mv conf/conf.xml.backup.$(BUILD_DATETIME) conf/conf.xml