sniper Wed Apr 6 18:14:30 2005 EDT
Modified files:
/php-src run-tests.php
Log:
- Not every OS has ldd..
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.210&r2=1.211&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.210 php-src/run-tests.php:1.211
--- php-src/run-tests.php:1.210 Fri Apr 1 08:40:46 2005
+++ php-src/run-tests.php Wed Apr 6 18:14:27 2005
@@ -524,7 +524,7 @@
break;
}
}
- $ldd = shell_exec("ldd $php");
+ $ldd = shell_exec("ldd $php 2>/dev/null");
}
$failed_tests_data .= "Automake:\n$automake\n";
$failed_tests_data .= "Autoconf:\n$autoconf\n";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php