On Mon, Apr 30, 2012 at 11:13 PM, Zoe Slattery <z...@php.net> wrote:
> zoe                                      Mon, 30 Apr 2012 21:13:32 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=325481
>
> Log:
> Fix the directory where tests are run
>
> Changed paths:
>    U   php/phpruntests/trunk/build.xml
>
> Modified: php/phpruntests/trunk/build.xml
> ===================================================================
> --- php/phpruntests/trunk/build.xml     2012-04-30 11:55:07 UTC (rev 325480)
> +++ php/phpruntests/trunk/build.xml     2012-04-30 21:13:32 UTC (rev 325481)
> @@ -60,8 +60,8 @@
>
>     <exec command="tar xfz QATESTS.tgz" dir="/tmp/phpruntests" />
>
> -    <exec command="${php} -n run-tests.php -n -p ${php} 
> /tmp/phpruntests/Zend /tmp/phpruntests/ext /tmp/phpruntests/sapi 
> /tmp/phpruntests/tests > ${project.basedir}/_compare/old.out" 
> dir="/tmp/phpruntests" passthru="true" checkReturn="true"/>
> -    <exec command="${php} -n ${project.basedir}/src/run-tests.php -n -p 
> ${php} -o csv -s ${project.basedir}/_compare/new.out /tmp/phpruntests" 
> dir="${project.basedir}" passthru="true" checkReturn="true" />
> +    <exec command="${php} -n 
> /Users/zoe/Applications/PHP/php-5.4.0/run-tests.php -n -p ${php} 
> /tmp/phpruntests/Zend /tmp/phpruntests/ext /tmp/phpruntests/sapi 
> /tmp/phpruntests/tests > ${project.basedir}/_compare/old.out" 
> dir="/tmp/phpruntests" passthru="true" checkReturn="true"/>
> +    <exec command="${php} -n ${project.basedir}/src/run-tests.php -n -p 
> ${php} -o csv -s ${project.basedir}/_compare/new.out /tmp/phpruntests" 
> dir="/tmp/phpruntests" passthru="true" checkReturn="true" />
>
>     <exec command="${php} -n QA/compareNewOld.php 
> ${project.basedir}/_compare/new.out ${project.basedir}/_compare/old.out 
> phpruntests > ${project.basedir}/_compare/compare_new_old.out" 
> dir="${project.basedir}" passthru="true" checkReturn="true"/>


"/Users/zoe/Applications/PHP/php-5.4.0/run-tests.php"
I think this was committed by accident.

Gergo Erdosi

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to