[teiid-commits] teiid SVN: r1680 - trunk/test-integration/db.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Dec 17 13:59:49 EST 2009


Author: vhalbert at redhat.com
Date: 2009-12-17 13:59:48 -0500 (Thu, 17 Dec 2009)
New Revision: 1680

Modified:
   trunk/test-integration/db/howto
Log:
Teiid 781 - adding option to kit the ctc-client so that this doesn't have to be rebuilt for every platform that we want to test on  (build once - test everywhere)

Modified: trunk/test-integration/db/howto
===================================================================
--- trunk/test-integration/db/howto	2009-12-17 18:49:48 UTC (rev 1679)
+++ trunk/test-integration/db/howto	2009-12-17 18:59:48 UTC (rev 1680)
@@ -61,10 +61,10 @@
 	Options are to setup all data sources at once or setup a single data source.
 
 		a.  to setup all data sources at one time, run:   
-				mvn -Psetupdatasources 
+				mvn pre-integration-test -Psetupdatasources 
 				
 		b.	to setup a specific data source, 
-				run: mvn -Ddatasource=<datasourcedir> -Psingledatasource  
+				run: mvn pre-integration-test -Ddatasource=<datasourcedir> -Psingledatasource  
 				
 				where <datasourcedir> is the name of the directory for the datasource
 					



More information about the teiid-commits mailing list