diff options
-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); |