| | |
| | | </if> |
| | | </default> |
| | | </switch> |
| | | |
| | | <!-- Define tmp.dir variable --> |
| | | <property name="tmp.dir" value="${java.io.tmpdir}/temp_files/${host.name}"/> |
| | | |
| | | |
| | | <!-- Default value for staf.type --> |
| | | <if> |
| | | <not> |
| | |
| | | </else> |
| | | </if> |
| | | |
| | | <!-- Define tmp.dir variable --> |
| | | <if> |
| | | <equals arg1="${tests.mode}" arg2="remote"/> |
| | | <then> |
| | | <property name="tmp.dir" value="${java.io.tmpdir}/temp_files/${local.hostname}-${remote.hostname}"/> |
| | | </then> |
| | | <else> |
| | | <property name="tmp.dir" value="${java.io.tmpdir}/temp_files/${local.hostname}"/> |
| | | </else> |
| | | </if> |
| | | |
| | | <!-- Set value for tests.config.file variable depending on tests.mode --> |
| | | <if> |
| | | <equals arg1="${tests.mode}" arg2="remote"/> |