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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jan 19 16:15:34 EST 2010


Author: vhalbert at redhat.com
Date: 2010-01-19 16:15:34 -0500 (Tue, 19 Jan 2010)
New Revision: 1756

Added:
   trunk/test-integration/db/runclienttest.sh
Log:
Teiid-773 - script to run the client test

Added: trunk/test-integration/db/runclienttest.sh
===================================================================
--- trunk/test-integration/db/runclienttest.sh	                        (rev 0)
+++ trunk/test-integration/db/runclienttest.sh	2010-01-19 21:15:34 UTC (rev 1756)
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+#  This script will run the client tests based on the
+#  below project scenarios.  
+
+#  The scenario
+
+SC_DIR=./src/main/resources/ctc_tests/scenarios
+QS_DIR=./src/main/resources/ctc_tests/queries
+# VDB_DIR=./src/main/resources/ctc_tests/vdbs
+
+VDB_DIR=./src/main/resources/transactions
+
+mvn integration-test  -Dscenario.dir=$SC_DIR -Dqueryset.artifacts.dir=$QS_DIR -Dvdb.artifacts.dir=$VDB_DIR -Prunclienttests
+
+
+


Property changes on: trunk/test-integration/db/runclienttest.sh
___________________________________________________________________
Name: svn:executable
   + *



More information about the teiid-commits mailing list