diff options
author | Stig Bakken <ssb@php.net> | 2000-10-29 07:19:35 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2000-10-29 07:19:35 +0000 |
commit | fc4b704fcaecc12dec7a178502670903d8a89bfb (patch) | |
tree | 574f0d78f24a605b71fa6c76cb44ea33f0936c67 /run-tests.php | |
parent | e76bafd6482ef329f5670aa621ad95f238d5df8a (diff) | |
download | php-git-fc4b704fcaecc12dec7a178502670903d8a89bfb.tar.gz |
Test descriptions showed up blank, fixed.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |