diff options
author | Sven Gothel <[email protected]> | 2011-02-23 02:45:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 02:45:18 +0100 |
commit | d7be09cda445a874c5f76f3121f2dbd787889c96 (patch) | |
tree | 6218aa21fcc1dfe99d0ed241cb13f4d9862f1c86 /make/build-test.xml | |
parent | 5a9488ddb1d5b02acbd8a153d43ba8ac3444cff3 (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 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 --> |