]> granicus.if.org Git - php/commitdiff
MFB: fix notice
authorAntony Dovgal <tony2001@php.net>
Tue, 20 Dec 2005 16:18:07 +0000 (16:18 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 20 Dec 2005 16:18:07 +0000 (16:18 +0000)
run-tests.php

index e5974d99a5700234c6e3a41c131f2a24d3e07858..23377f0cd929d92c69a04356d9e1f7d1a0dfb3b3 100755 (executable)
@@ -1573,7 +1573,7 @@ function get_summary($show_ext_summary, $show_html)
                $x_leaked = (100.0 * $sum_results['LEAKED']) / $x_total;
                $x_passed = (100.0 * $sum_results['PASSED']) / $x_total;
        } else {
-               $x_warned = $x_failed = $x_passed = 0;
+               $x_warned = $x_failed = $x_passed = $x_leaked = 0;
        }
 
        $summary = "";