summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-10-29 07:19:35 +0000
committerStig Bakken <ssb@php.net>2000-10-29 07:19:35 +0000
commitfc4b704fcaecc12dec7a178502670903d8a89bfb (patch)
tree574f0d78f24a605b71fa6c76cb44ea33f0936c67 /run-tests.php
parente76bafd6482ef329f5670aa621ad95f238d5df8a (diff)
downloadphp-git-fc4b704fcaecc12dec7a178502670903d8a89bfb.tar.gz
Test descriptions showed up blank, fixed.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
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);