diff options
author | Sven Gothel <[email protected]> | 2010-11-25 20:19:15 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-25 20:19:15 +0100 |
commit | 237ab306f4dba00316b8e09f571cf7cb5612d0c3 (patch) | |
tree | ea920798e822ce00a9573e0b4bc330d6ff9426a2 /make | |
parent | 2aa90676e4954269f86ec23b39e638b12e178e92 (diff) |
Reduce the use of xml brackets to reduce potential hudson/junit xml parser exceptions
Diffstat (limited to 'make')
-rw-r--r-- | make/build-junit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index 2536d56ab..c7e2d558b 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -125,7 +125,7 @@ </chainedmapper> </pathconvert> <var name="test.class.result.file" value="${results.junit}/TEST-${test.class.fqn}.xml"/> - <echo message="Testing ${test.class.fqn} -> ${test.class.result.file}"/> + <echo message="Testing ${test.class.fqn} -- ${test.class.result.file}"/> <apply dir="." executable="${java.home}/bin/java" parallel="false" timeout="${batchtest.timeout}" |