Browse Source

Better failure reporting.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292918 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
9bf87cff61
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/testcases/taskdefs/exec/exec.xml

+ 1
- 2
src/etc/testcases/taskdefs/exec/exec.xml View File

@@ -56,8 +56,7 @@
<replaceregex pattern="^\s*\[exec\] some blablablablablablablablablablablabla info message out$" flags="m" />
</filterchain>
</loadfile>
<echo>${test-out-and-err}</echo>
<fail message="output indicates a mixup of out and err">
<fail message="output indicates a mixup of out and err: '${test-out-and-err}'">
<condition>
<contains string="${test-out-and-err}" substring="[exec]" />
</condition>


Loading…
Cancel
Save