pajoye Mon, 12 Dec 2011 15:09:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=320909
Log:
- copy run-test php
Changed paths:
U php/php-src/branches/PHP_5_4/win32/build/mkdist.php
U php/php-src/trunk/win32/build/mkdist.php
Modified: php/php-src/branches/PHP_5_4/win32/build/mkdist.php
===================================================================
--- php/php-src/branches/PHP_5_4/win32/build/mkdist.php 2011-12-12 15:04:10 UTC
(rev 320908)
+++ php/php-src/branches/PHP_5_4/win32/build/mkdist.php 2011-12-12 15:09:52 UTC
(rev 320909)
@@ -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 */
Modified: php/php-src/trunk/win32/build/mkdist.php
===================================================================
--- php/php-src/trunk/win32/build/mkdist.php 2011-12-12 15:04:10 UTC (rev
320908)
+++ php/php-src/trunk/win32/build/mkdist.php 2011-12-12 15:09:52 UTC (rev
320909)
@@ -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