diff options
author | Sven Gothel <[email protected]> | 2011-02-23 02:47:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 02:47:33 +0100 |
commit | 8a34f083d78b61bf9cbebbd6c9a5ba3653e784aa (patch) | |
tree | 243a185622df809047fbdae80e09df26d051a1d4 /make/build-test.xml | |
parent | f67effd5e00abec3e671e4bb97b0e2837398fcb3 (diff) |
Use NODE_NAME env var to determine test archive
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 93f0d0e7e..50b4bcea5 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -26,7 +26,7 @@ <property name="java.dir.junit" value="${java.dir.test}/junit"/> <property name="java.dir.bugs" value="${java.dir.test}/bugs"/> - <property name="test.archive.name" value="${archive.name}-test-results"/> + <property name="test.archive.name" value="${archive.name}-test-results-${env.NODE_NAME}"/> <condition property="jvmarg.newt.headless" value="-XstartOnFirstThread -Djava.awt.headless=true"><isset property="isOSX"/></condition> <condition property="jvmarg.newt.headless" value="-Djava.awt.headless=true"><not><isset property="isOSX"/></not></condition> |