]> granicus.if.org Git - php/commitdiff
Test descriptions showed up blank, fixed.
authorStig Bakken <ssb@php.net>
Sun, 29 Oct 2000 07:19:35 +0000 (07:19 +0000)
committerStig Bakken <ssb@php.net>
Sun, 29 Oct 2000 07:19:35 +0000 (07:19 +0000)
run-tests.php

index 16929f511d7dc0ee101c88c07279e7397784b171..3f90d4251b0f14680a0a5f8973231c08f2144a55 100755 (executable)
@@ -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);