summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 02:45:18 +0100
committerSven Gothel <[email protected]>2011-02-23 02:45:18 +0100
commitd7be09cda445a874c5f76f3121f2dbd787889c96 (patch)
tree6218aa21fcc1dfe99d0ed241cb13f4d9862f1c86
parent5a9488ddb1d5b02acbd8a153d43ba8ac3444cff3 (diff)
Use NODE_NAME env var to determine test archive
-rw-r--r--make/build-test.xml2
-rwxr-xr-xmake/build.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index ecf5633..88fdf0a 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -61,7 +61,7 @@
<property name="obj.all.paths" value="${gluegen.build}/obj${path.separator}${obj}${path.separator}lib/${os.and.arch}"/>
<property name="classpath.test" value="${gluegen-rt.jar}${path.separator}${build}/joal.jar${path.separator}${build}/joal-test.jar${path.separator}${junit.path}"/>
- <property name="test.archive.name" value="${archive.name}-test-results"/>
+ <property name="test.archive.name" value="${archive.name}-test-results-${env.NODE_NAME}"/>
<property name="batchtest.timeout" value="1800000"/> <!-- 30 min -->
diff --git a/make/build.xml b/make/build.xml
index 3a5ce73..db092e2 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -38,6 +38,7 @@
</tstamp>
<property name="joal.version" value="${joal_base_version}-${version.timestamp}" />
+ <property environment="env" />
<property name="project.root" value=".." />
<condition property="rootrel.build" value="build">