summaryrefslogtreecommitdiffstats
path: root/t/001compile.t
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-02-25 16:17:05 +0100
committerDylan Hardison <dylan@mozilla.com>2016-02-25 16:17:28 +0100
commit981cd0404a2a3a0a8a320c1709151b18075a3655 (patch)
treead2da88be292a2f472c8ba4fbcca8f179765f51b /t/001compile.t
parent5c7b05750982bca4528c5acde579012f7ccf9120 (diff)
downloadbugzilla-981cd0404a2a3a0a8a320c1709151b18075a3655.tar.gz
bugzilla-981cd0404a2a3a0a8a320c1709151b18075a3655.tar.xz
Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suite
r=dkl,a=dylan
Diffstat (limited to 't/001compile.t')
-rw-r--r--t/001compile.t1
1 files changed, 1 insertions, 0 deletions
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) = @_;