From bbc3c6089babd1a297029b56addb04b3585366eb Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 30 May 2003 12:41:51 +0000 Subject: [PATCH] Add php_uname() to output --- run-tests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-tests.php b/run-tests.php index 46191527b7..bc2193ad3d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -152,7 +152,7 @@ $php_info = ''; save_text($info_file, $php_info); @@ -448,7 +448,7 @@ if (!getenv('NO_INTERACTION')) { } $failed_tests_data .= "\n" . $sep . 'BUILD ENVIRONMENT' . $sep; - $failed_tests_data .= "OS:\n". PHP_OS. "\n\n"; + $failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n"; $ldd = $automake = $autoconf = $libtool = $compiler = 'N/A'; if (substr(PHP_OS, 0, 3) != "WIN") { -- 2.50.1