[jboss-cvs] JBossAS SVN: r62095 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 4 15:14:21 EDT 2007


Author: dimitris at jboss.org
Date: 2007-04-04 15:14:21 -0400 (Wed, 04 Apr 2007)
New Revision: 62095

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
twiddle.sh should already be executable through the normal build process

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-04-04 19:12:46 UTC (rev 62094)
+++ branches/Branch_4_2/testsuite/build.xml	2007-04-04 19:14:21 UTC (rev 62095)
@@ -794,7 +794,6 @@
   <param name="jboss-junit-configuration" />
   -->
   <target name="test-execute-units">
-    <chmod file="${jboss.dist}/bin/twiddle.sh" perm="ugo+rx"/>
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
@@ -1368,7 +1367,6 @@
    jbosstest.beancount:        ${jbosstest.beancount}
        ]]>
     </echo>
-    <chmod file="${jboss.dist}/bin/twiddle.sh" perm="ugo+rx"/>
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
@@ -1736,7 +1734,6 @@
   </target>
 
   <target name="tests-compatibility" description="Checks compatibility on SerialUUID" depends="init">
-    <chmod file="${jboss.dist}/bin/twiddle.sh" perm="ugo+rx"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="true" timeout="600000"
       jvm="${junit.jvm}">
 
@@ -2464,7 +2461,6 @@
   | name in -Dtest=dirname in tests/dirname/test/**TestCase.class
   -->
   <target name="test" if="test" description="Execute a a group of tests">
-    <chmod file="${jboss.dist}/bin/twiddle.sh" perm="ugo+rx"/>
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <!-- Remove the test.log so each test has a fresh log -->
@@ -2579,7 +2575,6 @@
   | Here you specify the testcase class, not the directory
   -->
   <target name="one-test" if="test" description="Execute a single test.">
-    <chmod file="${jboss.dist}/bin/twiddle.sh" perm="ugo+rx"/>
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <!-- Remove the test.log so each test has a fresh log -->
@@ -2629,7 +2624,6 @@
   </target>
 
   <target name="one-test-debug" if="test" description="Execute a single test.">
-    <chmod file="${jboss.dist}/bin/twiddle.sh" perm="ugo+rx"/>
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <!-- Remove the test.log so each test has a fresh log -->




More information about the jboss-cvs-commits mailing list