summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 02:39:09 +0100
committerSven Gothel <[email protected]>2011-02-23 02:39:09 +0100
commit32059c88643fbf34ae05e5615d6b27b3313cafe5 (patch)
tree24a2a0c09ec62248420fc46d243101d89b0cb7f9
parent96a5e82f30e01daba2cf27dcd9cdaa30992d1975 (diff)
Use NODE_NAME env var to determine test archive
-rw-r--r--make/build-test.xml2
-rwxr-xr-xmake/gluegen-properties.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 222ab93..9e30b5b 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -88,7 +88,7 @@
<taskdef name="gluegen" classname="com.jogamp.gluegen.ant.GlueGenTask"
classpathref="gluegen.classpath" />
- <property name="test.archive.name" value="${archive.name}-test-results"/>
+ <property name="test.archive.name" value="${archive.name}-test-results-${env.NODE_NAME}"/>
</target>
<target name="java.build" depends="java.generate">
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml
index 949eadf..5bb4b61 100755
--- a/make/gluegen-properties.xml
+++ b/make/gluegen-properties.xml
@@ -32,6 +32,7 @@
<project name="GlueGen-properties" basedir=".">
<target name="gluegen.properties.load.user" unless="gluegen.user.properties.file.set">
+ <property environment="env" />
<!-- Load the user specified properties file that defines various host
- specific paths. The user will be notified if this is does not
- exist. -->