| Index: editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml
|
| ===================================================================
|
| --- editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml (revision 16302)
|
| +++ editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml (working copy)
|
| @@ -179,7 +179,10 @@
|
| problem, the -check_results task will parse the generated XML report
|
| and look for the substrings 'failures="0"' and 'errors="0"'. If either
|
| of these strings cannot be found, then a <fail> task is run.-->
|
| - <target name="check_results" depends="generateHtml">
|
| + <target name="check_results">
|
| + <copy
|
| + file="${build.test.reports.dir}/TEST-${build.test.suite}.xml"
|
| + tofile="${build.out}/test-results.xml"/>
|
|
|
| <loadfile
|
| srcfile="${build.test.reports.dir}/TEST-${build.test.suite}.xml"
|
|
|