Author: vhalbert(a)redhat.com
Date: 2010-01-06 11:06:56 -0500 (Wed, 06 Jan 2010)
New Revision: 1718
Modified:
trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml
Log:
Teiid 781 - updates for running the ctc client so that the process can determine if a
error occurred across all scenarios and trigger the failure at the end, this fixes a line
ctl character written to the error file
Modified: trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml
===================================================================
--- trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml 2010-01-06 05:35:57 UTC
(rev 1717)
+++ trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml 2010-01-06 16:06:56 UTC
(rev 1718)
@@ -161,7 +161,7 @@
if="error.exist">
<echo>Flag Error - Query Set: ${queryset.dir} Scenario: ${scenario.name}
</echo>
- <concat destfile="${ERROR_FILE}" append="true">Query Set:
${queryset.dir} Scenario: ${scenario.name} </concat>
+ <concat destfile="${ERROR_FILE}" append="true"
fixlastline="yes">Query Set: ${queryset.dir} Scenario: ${scenario.name}
</concat>
</target>
Show replies by date