From 670b075f87df4b37971c4167c692bc18bf56c134 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 20 Dec 2005 16:17:30 +0000 Subject: [PATCH] fix notice --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index ab18f0d8f8..43e81d8640 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1503,7 +1503,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.40.0