From 8e757331a4ea34d13e5391aa2c8d56fb9db94594 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Sun, 27 Jan 2019 21:56:02 -0500 Subject: [PATCH] close the last subpage if needed --- qa/test_output_webifier.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/test_output_webifier.pl b/qa/test_output_webifier.pl index 10c1fbe7a..62fd9d445 100755 --- a/qa/test_output_webifier.pl +++ b/qa/test_output_webifier.pl @@ -150,7 +150,7 @@ while (my $line = <>) { $state = 'skipping'; } } -print_pass_or_fail(); +close_subpage(); print MAIN_PAGE "\n"; print MAIN_PAGE "

Timing

\n
";
 my $sys_time = pop @all_lines;
-- 
2.11.0