From 132700438a4d409a7c9f76be7cfed4d18130a4dd Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 25 Apr 2018 17:02:30 -0400 Subject: Bug 1441732 - Improve missing module error in Bugzilla::Extensions and catch more compile errors in tests --- Bugzilla.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index bc3ceb58c..36711f4ea 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -870,6 +870,8 @@ sub check_rate_limit { # Per-process cleanup. Note that this is a plain subroutine, not a method, # so we don't have $class available. sub _cleanup { + return if $^C; + # BMO - finalise and report on metrics if (Bugzilla->metrics_enabled) { Bugzilla->metrics->finish(); -- cgit v1.2.3-24-g4f1b