From: Stig Bakken Date: Sun, 29 Oct 2000 07:19:35 +0000 (+0000) Subject: Test descriptions showed up blank, fixed. X-Git-Tag: php-4.0.4RC3~472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc4b704fcaecc12dec7a178502670903d8a89bfb;p=php Test descriptions showed up blank, fixed. --- diff --git a/run-tests.php b/run-tests.php index 16929f511d..3f90d4251b 100755 --- a/run-tests.php +++ b/run-tests.php @@ -407,7 +407,7 @@ function run_test($file) { } fclose($ofp); pclose($cp); - $desc = isset($test)?trim($TEST):""; + $desc = isset($TEST)?trim($TEST):""; $outfile = preg_replace('/\.phpt$/', '.out', $file); $expectfile = preg_replace('/\.phpt$/', '.exp', $file); $phpfile = preg_replace('/\.phpt$/', '.php', $file);