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/webservice/bug_add_attachment.t | 2 +- xt/webservice/bug_add_comment.t | 2 +- xt/webservice/bug_attachments.t | 2 +- xt/webservice/bug_comments.t | 2 +- xt/webservice/bug_create.t | 2 +- xt/webservice/bug_fields.t | 2 +- xt/webservice/bug_get.t | 2 +- xt/webservice/bug_history.t | 2 +- xt/webservice/bug_legal_values.t | 2 +- xt/webservice/bug_search.t | 2 +- xt/webservice/bug_update.t | 2 +- xt/webservice/bug_update_see_also.t | 2 +- xt/webservice/bugzilla.t | 2 +- xt/webservice/group_create.t | 2 +- xt/webservice/jsonp.t | 2 +- xt/webservice/product_create.t | 2 +- xt/webservice/product_get.t | 2 +- xt/webservice/user_create.t | 2 +- xt/webservice/user_get.t | 2 +- xt/webservice/user_login_logout.t | 2 +- xt/webservice/user_offer_account_by_email.t | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'xt/webservice') diff --git a/xt/webservice/bug_add_attachment.t b/xt/webservice/bug_add_attachment.t index 7a5aeeaa2..3d5148062 100644 --- a/xt/webservice/bug_add_attachment.t +++ b/xt/webservice/bug_add_attachment.t @@ -10,7 +10,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use MIME::Base64 qw(encode_base64 decode_base64); diff --git a/xt/webservice/bug_add_comment.t b/xt/webservice/bug_add_comment.t index 70e5f4980..e3cf4c046 100644 --- a/xt/webservice/bug_add_comment.t +++ b/xt/webservice/bug_add_comment.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use Test::More tests => 141; diff --git a/xt/webservice/bug_attachments.t b/xt/webservice/bug_attachments.t index 50e366635..2150a0ff8 100644 --- a/xt/webservice/bug_attachments.t +++ b/xt/webservice/bug_attachments.t @@ -10,7 +10,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use QA::Tests qw(STANDARD_BUG_TESTS PRIVATE_BUG_USER); diff --git a/xt/webservice/bug_comments.t b/xt/webservice/bug_comments.t index 6e573e56a..2312083d6 100644 --- a/xt/webservice/bug_comments.t +++ b/xt/webservice/bug_comments.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use DateTime; use QA::Util; diff --git a/xt/webservice/bug_create.t b/xt/webservice/bug_create.t index 18751b50f..e8a0d60a4 100644 --- a/xt/webservice/bug_create.t +++ b/xt/webservice/bug_create.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Storable qw(dclone); use Test::More tests => 293; diff --git a/xt/webservice/bug_fields.t b/xt/webservice/bug_fields.t index 89374df6d..dfc41fab0 100644 --- a/xt/webservice/bug_fields.t +++ b/xt/webservice/bug_fields.t @@ -10,7 +10,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Data::Dumper; use Test::More; diff --git a/xt/webservice/bug_get.t b/xt/webservice/bug_get.t index 25576d00a..71c2bb394 100644 --- a/xt/webservice/bug_get.t +++ b/xt/webservice/bug_get.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Data::Dumper; use DateTime; diff --git a/xt/webservice/bug_history.t b/xt/webservice/bug_history.t index de1e8339c..73142ed3a 100644 --- a/xt/webservice/bug_history.t +++ b/xt/webservice/bug_history.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use QA::Tests qw(STANDARD_BUG_TESTS); diff --git a/xt/webservice/bug_legal_values.t b/xt/webservice/bug_legal_values.t index fa7f3d01c..3c3f655be 100644 --- a/xt/webservice/bug_legal_values.t +++ b/xt/webservice/bug_legal_values.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More tests => 269; use QA::Util; diff --git a/xt/webservice/bug_search.t b/xt/webservice/bug_search.t index 4e346390b..d37e9c70d 100644 --- a/xt/webservice/bug_search.t +++ b/xt/webservice/bug_search.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use QA::Tests qw(PRIVATE_BUG_USER); diff --git a/xt/webservice/bug_update.t b/xt/webservice/bug_update.t index 10736ea12..423b00c42 100644 --- a/xt/webservice/bug_update.t +++ b/xt/webservice/bug_update.t @@ -10,7 +10,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Data::Dumper; use QA::Util; diff --git a/xt/webservice/bug_update_see_also.t b/xt/webservice/bug_update_see_also.t index 78b6e7bc8..f35c7b8a8 100644 --- a/xt/webservice/bug_update_see_also.t +++ b/xt/webservice/bug_update_see_also.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use QA::Tests qw(PRIVATE_BUG_USER STANDARD_BUG_TESTS); diff --git a/xt/webservice/bugzilla.t b/xt/webservice/bugzilla.t index 53c994c2f..594d5e66b 100644 --- a/xt/webservice/bugzilla.t +++ b/xt/webservice/bugzilla.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More tests => 11 * 3; use QA::Util; diff --git a/xt/webservice/group_create.t b/xt/webservice/group_create.t index dd6a174ef..97aaff5ed 100644 --- a/xt/webservice/group_create.t +++ b/xt/webservice/group_create.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More tests => 77; use QA::Util; diff --git a/xt/webservice/jsonp.t b/xt/webservice/jsonp.t index 210f92434..a89e1259c 100644 --- a/xt/webservice/jsonp.t +++ b/xt/webservice/jsonp.t @@ -10,7 +10,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More tests => 85; use QA::Util; diff --git a/xt/webservice/product_create.t b/xt/webservice/product_create.t index b74e9b474..273c817be 100644 --- a/xt/webservice/product_create.t +++ b/xt/webservice/product_create.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More tests => 121; use QA::Util; diff --git a/xt/webservice/product_get.t b/xt/webservice/product_get.t index 101c109ef..a692a3cee 100644 --- a/xt/webservice/product_get.t +++ b/xt/webservice/product_get.t @@ -18,7 +18,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Test::More tests => 134; use QA::Util; diff --git a/xt/webservice/user_create.t b/xt/webservice/user_create.t index 386826809..f307b939c 100644 --- a/xt/webservice/user_create.t +++ b/xt/webservice/user_create.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use Test::More tests => 75; diff --git a/xt/webservice/user_get.t b/xt/webservice/user_get.t index 01eedf804..a31e957b4 100644 --- a/xt/webservice/user_get.t +++ b/xt/webservice/user_get.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use QA::Tests qw(PRIVATE_BUG_USER); diff --git a/xt/webservice/user_login_logout.t b/xt/webservice/user_login_logout.t index 2fc659a65..f4b115390 100644 --- a/xt/webservice/user_login_logout.t +++ b/xt/webservice/user_login_logout.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use Data::Dumper; use QA::Util; diff --git a/xt/webservice/user_offer_account_by_email.t b/xt/webservice/user_offer_account_by_email.t index ca2c8d1f3..81b3df31f 100644 --- a/xt/webservice/user_offer_account_by_email.t +++ b/xt/webservice/user_offer_account_by_email.t @@ -14,7 +14,7 @@ use strict; use warnings; use FindBin qw($RealBin); -use lib "$RealBin/../lib"; +use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5"; use QA::Util; use Test::More tests => 29; -- cgit v1.2.3-24-g4f1b