[teiid-commits] teiid SVN: r1718 - trunk/test-integration/db/src/main/resources/ctc_tests.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Jan 6 11:06:57 EST 2010


Author: vhalbert at 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>



More information about the teiid-commits mailing list