On 11 January 2011 17:40, Milamber <[email protected]> wrote: > Hello, > > With fork=no, all test cases aren't execute when run ant tests (or > distribution).
Thanks. I'm looking into that now. > Milamber > > Le 10/01/2011 20:28, [email protected] a ecrit : >> Author: sebb >> Date: Mon Jan 10 20:28:28 2011 >> New Revision: 1057347 >> >> URL: http://svn.apache.org/viewvc?rev=1057347&view=rev >> Log: >> Try fork=no for fixing classpath issue with Gump tests >> >> Modified: >> jakarta/jmeter/trunk/build.xml >> >> Modified: jakarta/jmeter/trunk/build.xml >> URL: >> http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1057347&r1=1057346&r2=1057347&view=diff >> ============================================================================== >> --- jakarta/jmeter/trunk/build.xml (original) >> +++ jakarta/jmeter/trunk/build.xml Mon Jan 10 20:28:28 2011 >> @@ -1859,7 +1859,8 @@ run JMeter unless all the JMeter jars ar >> <delete quiet="true"> >> <fileset dir="${basedir}/bin/testfiles" includes="*.jmx.out"/> >> </delete> >> - <java classname="org.apache.jorphan.test.AllTests" fork="yes" >> failonerror="true" dir="${basedir}/bin"> >> + <!-- fork="yes" causes problems for Gump builds. --> >> + <java classname="org.apache.jorphan.test.AllTests" fork="no" >> failonerror="true" dir="${basedir}/bin"> >> <classpath> >> <fileset dir="${dest.jar}" includes="*.jar"/> >> <pathelement location="${build.test}"/> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
