[jboss-cvs] tools/etc/cruisecontrol/scripts ...

Rajesh Rajasekaran rajesh.rajasekaran at jboss.com
Tue Jul 11 16:03:02 EDT 2006


  User: rrajasekaran
  Date: 06/07/11 16:03:02

  Modified:    etc/cruisecontrol/scripts  build-hibernate-db-matrix.xml
  Log:
  Added validate test failure system property
  
  Revision  Changes    Path
  1.14      +1 -0      tools/etc/cruisecontrol/scripts/build-hibernate-db-matrix.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-hibernate-db-matrix.xml
  ===================================================================
  RCS file: /cvsroot/jboss/tools/etc/cruisecontrol/scripts/build-hibernate-db-matrix.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- build-hibernate-db-matrix.xml	27 Apr 2006 21:51:25 -0000	1.13
  +++ build-hibernate-db-matrix.xml	11 Jul 2006 20:03:02 -0000	1.14
  @@ -50,6 +50,7 @@
           <exec executable="ant" failonerror="false"  dir="${proj.dir}"
   	      resultproperty="tests.returncode" output="${log.dir}/tests.log">
   	    <arg line="-Ddriver.jar=${driver.jar}"/>
  +	    <arg line="-Dhibernate.test.validatefailureexpected=true"/>
               <arg line="-lib lib junitreport"/>
               <env key="PATH" path="/opt/j2sdk1.4.2_07/bin:${env.PATH}"/>
               <env key="CLASSPATH" path="/opt/jdbc-drivers/db2jcc_license_cu.jar:${env.CLASSPATH}"/>
  
  
  



More information about the jboss-cvs-commits mailing list