diff options
-rw-r--r-- | make/build-common.xml | 2 | ||||
-rw-r--r-- | make/build-test.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 77d81fdf7..d331602ff 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -12,6 +12,8 @@ </condition> </fail> + <property environment="env" /> + <!-- Pull in GlueGen cpptasks build file --> <property name="gluegen.root" value="../../gluegen" /> <import file="${gluegen.root}/make/gluegen-cpptasks.xml" /> 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> |