Salome HOME
add the template command
[tools/sat.git] / data / site.pyconf
index b63bb0a8b216bddb4de4c215337de755f642541a..d721713a3da5d041c09eecd9e6220cf05062f894 100644 (file)
@@ -3,11 +3,12 @@
 
 SITE :
 {   
-    log :
-    {
-        log_dir : $USER.workdir + "/LOGS"
-    }
     #base : $USER.workdir + $VARS.sep + "BASE-FROM-SITE"
+    test :{
+           tmp_dir_with_application : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + $APPLICATION.name + $VARS.sep + 'test'
+           tmp_dir : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + 'test'
+           timeout : 150
+           }
 }
 
 PROJECTS :