From fab253438129e25c547c909f646e544354b55e91 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 30 May 2003 12:42:17 +0000 Subject: [PATCH] MFH: 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 9270ea12d6..9bc8564a61 100755 --- a/run-tests.php +++ b/run-tests.php @@ -134,7 +134,7 @@ $php_info = ''; save_text($info_file, $php_info); @@ -400,7 +400,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.40.0