From 7f6fea0b2417d718aa614f19abdae8b629463bb1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 24 Aug 2016 17:23:30 -0400 Subject: - Updated CI docker images and test suite to work with new perl deps location --- xt/config/generate_test_data.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/config') 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; -- cgit v1.2.3-24-g4f1b