From fc4b704fcaecc12dec7a178502670903d8a89bfb Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 29 Oct 2000 07:19:35 +0000 Subject: Test descriptions showed up blank, fixed. --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1