From 981cd0404a2a3a0a8a320c1709151b18075a3655 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Thu, 25 Feb 2016 10:17:05 -0500 Subject: Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suite r=dkl,a=dylan --- t/001compile.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/001compile.t') diff --git a/t/001compile.t b/t/001compile.t index da95b7327..e061b06c6 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -25,6 +25,7 @@ BEGIN { use_ok('Bugzilla::Install::Requirements'); use_ok('Bugzilla'); } +Bugzilla->usage_mode(USAGE_MODE_TEST); sub compile_file { my ($file) = @_; -- cgit v1.2.3-24-g4f1b