summaryrefslogtreecommitdiffstats
path: root/xt/config
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-24 23:23:30 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-24 23:23:30 +0200
commit7f6fea0b2417d718aa614f19abdae8b629463bb1 (patch)
tree229a67a815dfbf6ca263af4d8b499f87e9db95a6 /xt/config
parent0ee74224619e84abe3c4004fc8f756442574c3d9 (diff)
downloadbugzilla-7f6fea0b2417d718aa614f19abdae8b629463bb1.tar.gz
bugzilla-7f6fea0b2417d718aa614f19abdae8b629463bb1.tar.xz
- Updated CI docker images and test suite to work with new perl deps location
Diffstat (limited to 'xt/config')
-rwxr-xr-xxt/config/generate_test_data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/config/generate_test_data.pl b/xt/config/generate_test_data.pl
index 76669578d..71344d51a 100755
--- a/xt/config/generate_test_data.pl
+++ b/xt/config/generate_test_data.pl
@@ -31,7 +31,7 @@ BEGIN {
*Bugzilla::User::APIKey::_check_api_key = sub { return $_[1]; };
}
-use lib $conf_path;
+use lib $conf_path, "$conf_path/local/lib/perl5";
use Bugzilla;
use Bugzilla::Attachment;