diff options
author | David Lawrence <dkl@mozilla.com> | 2016-08-24 23:23:30 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-08-24 23:23:30 +0200 |
commit | 7f6fea0b2417d718aa614f19abdae8b629463bb1 (patch) | |
tree | 229a67a815dfbf6ca263af4d8b499f87e9db95a6 /xt/config | |
parent | 0ee74224619e84abe3c4004fc8f756442574c3d9 (diff) | |
download | bugzilla-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-x | xt/config/generate_test_data.pl | 2 |
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; |