From 410e15a1c7c5be2c1c83c6f4c88837d1f3649eff Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 20 Dec 2005 16:18:07 +0000 Subject: [PATCH] MFB: fix notice --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index e5974d99a5..23377f0cd9 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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 = ""; -- 2.50.1