pajoye Mon, 12 Dec 2011 15:10:40 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=320910
Log: - copy run-test php Changed paths: U php/php-src/branches/PHP_5_3/win32/build/mkdist.php Modified: php/php-src/branches/PHP_5_3/win32/build/mkdist.php =================================================================== --- php/php-src/branches/PHP_5_3/win32/build/mkdist.php 2011-12-12 15:09:52 UTC (rev 320909) +++ php/php-src/branches/PHP_5_3/win32/build/mkdist.php 2011-12-12 15:10:40 UTC (rev 320910) @@ -459,6 +459,7 @@ foreach ($dirs as $dir) { copy_test_dir($dir, $test_dir); } +copy('run-tests.php', $test_dir . '/run-test.php'); /* change this next line to true to use good-old * hand-assembled go-pear-bundle from the snapshot template */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php