diff options
author | Sven Gothel <[email protected]> | 2011-02-23 02:39:09 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 02:39:09 +0100 |
commit | 32059c88643fbf34ae05e5615d6b27b3313cafe5 (patch) | |
tree | 24a2a0c09ec62248420fc46d243101d89b0cb7f9 /make/build-test.xml | |
parent | 96a5e82f30e01daba2cf27dcd9cdaa30992d1975 (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 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"> |