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/selenium/bug_edit.t | 2 +- xt/selenium/choose_priority.t | 2 +- xt/selenium/classifications.t | 2 +- xt/selenium/config.t | 2 +- xt/selenium/create_user_accounts.t | 2 +- xt/selenium/custom_fields.t | 2 +- xt/selenium/custom_fields_admin.t | 2 +- xt/selenium/dependencies.t | 2 +- xt/selenium/edit_products_properties.t | 2 +- xt/selenium/email_preferences.t | 2 +- xt/selenium/enter_new_bug.t | 2 +- xt/selenium/flags.t | 2 +- xt/selenium/flags2.t | 2 +- xt/selenium/groups.t | 2 +- xt/selenium/keywords.t | 2 +- xt/selenium/login.t | 2 +- xt/selenium/milestones.t | 2 +- xt/selenium/password_complexity.t | 2 +- xt/selenium/private_attachments.t | 2 +- xt/selenium/qa_contact.t | 2 +- xt/selenium/require_login.t | 2 +- xt/selenium/sanity_check.t | 2 +- xt/selenium/saved_searches.t | 2 +- xt/selenium/search.t | 2 +- xt/selenium/security.t | 2 +- xt/selenium/shared_searches.t | 2 +- xt/selenium/show_all_products.t | 2 +- xt/selenium/shutdown.t | 2 +- xt/selenium/status_whiteboard.t | 2 +- xt/selenium/strict_isolation.t | 2 +- xt/selenium/sudo_sessions.t | 2 +- xt/selenium/target_milestones.t | 2 +- xt/selenium/time_summary.t | 2 +- xt/selenium/user_groups.t | 2 +- xt/selenium/user_matching.t | 2 +- xt/selenium/user_preferences.t | 2 +- xt/selenium/user_privs.t | 2 +- xt/selenium/votes.t | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) (limited to 'xt/selenium') diff --git a/xt/selenium/bug_edit.t b/xt/selenium/bug_edit.t index 5f1983ba9..10bab3fe0 100644 --- a/xt/selenium/bug_edit.t +++ b/xt/selenium/bug_edit.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 "no_plan"; diff --git a/xt/selenium/choose_priority.t b/xt/selenium/choose_priority.t index ef5bc6db7..f606415e2 100644 --- a/xt/selenium/choose_priority.t +++ b/xt/selenium/choose_priority.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 "no_plan"; diff --git a/xt/selenium/classifications.t b/xt/selenium/classifications.t index 1653d2e10..fa6f68b54 100644 --- a/xt/selenium/classifications.t +++ b/xt/selenium/classifications.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 "no_plan"; diff --git a/xt/selenium/config.t b/xt/selenium/config.t index b2ff6e408..6348b87f2 100644 --- a/xt/selenium/config.t +++ b/xt/selenium/config.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 "no_plan"; diff --git a/xt/selenium/create_user_accounts.t b/xt/selenium/create_user_accounts.t index 2e7e8782f..8bb888fe8 100644 --- a/xt/selenium/create_user_accounts.t +++ b/xt/selenium/create_user_accounts.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 "no_plan"; diff --git a/xt/selenium/custom_fields.t b/xt/selenium/custom_fields.t index e64eb6165..503612d02 100644 --- a/xt/selenium/custom_fields.t +++ b/xt/selenium/custom_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 Test::More "no_plan"; diff --git a/xt/selenium/custom_fields_admin.t b/xt/selenium/custom_fields_admin.t index addbd17c8..a330800bf 100644 --- a/xt/selenium/custom_fields_admin.t +++ b/xt/selenium/custom_fields_admin.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 "no_plan"; diff --git a/xt/selenium/dependencies.t b/xt/selenium/dependencies.t index 315fff07a..29e41eb74 100644 --- a/xt/selenium/dependencies.t +++ b/xt/selenium/dependencies.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 "no_plan"; diff --git a/xt/selenium/edit_products_properties.t b/xt/selenium/edit_products_properties.t index efc5a6a25..a0f2f92fb 100644 --- a/xt/selenium/edit_products_properties.t +++ b/xt/selenium/edit_products_properties.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 "no_plan"; diff --git a/xt/selenium/email_preferences.t b/xt/selenium/email_preferences.t index 961f26096..d1e860a3c 100644 --- a/xt/selenium/email_preferences.t +++ b/xt/selenium/email_preferences.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 "no_plan"; diff --git a/xt/selenium/enter_new_bug.t b/xt/selenium/enter_new_bug.t index 86a55e56d..743b931aa 100644 --- a/xt/selenium/enter_new_bug.t +++ b/xt/selenium/enter_new_bug.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 "no_plan"; diff --git a/xt/selenium/flags.t b/xt/selenium/flags.t index c0b5ac7c0..1b1f59bcf 100644 --- a/xt/selenium/flags.t +++ b/xt/selenium/flags.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 "no_plan"; diff --git a/xt/selenium/flags2.t b/xt/selenium/flags2.t index 06290336e..a836f6908 100644 --- a/xt/selenium/flags2.t +++ b/xt/selenium/flags2.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 "no_plan"; diff --git a/xt/selenium/groups.t b/xt/selenium/groups.t index 011dea25e..e21e60b0e 100644 --- a/xt/selenium/groups.t +++ b/xt/selenium/groups.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 "no_plan"; diff --git a/xt/selenium/keywords.t b/xt/selenium/keywords.t index 74ba14f16..e3c0a25b7 100644 --- a/xt/selenium/keywords.t +++ b/xt/selenium/keywords.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 "no_plan"; diff --git a/xt/selenium/login.t b/xt/selenium/login.t index 6e4586981..4f6f589b6 100644 --- a/xt/selenium/login.t +++ b/xt/selenium/login.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 "no_plan"; diff --git a/xt/selenium/milestones.t b/xt/selenium/milestones.t index 6a9d7a015..b4d0f983c 100644 --- a/xt/selenium/milestones.t +++ b/xt/selenium/milestones.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 "no_plan"; diff --git a/xt/selenium/password_complexity.t b/xt/selenium/password_complexity.t index fe6159b2c..8c019639d 100644 --- a/xt/selenium/password_complexity.t +++ b/xt/selenium/password_complexity.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 "no_plan"; diff --git a/xt/selenium/private_attachments.t b/xt/selenium/private_attachments.t index 51f09c4bc..1e9f6ad28 100644 --- a/xt/selenium/private_attachments.t +++ b/xt/selenium/private_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 Test::More "no_plan"; diff --git a/xt/selenium/qa_contact.t b/xt/selenium/qa_contact.t index e036cfd14..7bfc5acd3 100644 --- a/xt/selenium/qa_contact.t +++ b/xt/selenium/qa_contact.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 "no_plan"; diff --git a/xt/selenium/require_login.t b/xt/selenium/require_login.t index 2e69f014f..c6f1c8ea1 100644 --- a/xt/selenium/require_login.t +++ b/xt/selenium/require_login.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 "no_plan"; diff --git a/xt/selenium/sanity_check.t b/xt/selenium/sanity_check.t index 918e458e0..9fc199bcf 100644 --- a/xt/selenium/sanity_check.t +++ b/xt/selenium/sanity_check.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 "no_plan"; diff --git a/xt/selenium/saved_searches.t b/xt/selenium/saved_searches.t index 85f83a236..047f3bcaf 100644 --- a/xt/selenium/saved_searches.t +++ b/xt/selenium/saved_searches.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 "no_plan"; diff --git a/xt/selenium/search.t b/xt/selenium/search.t index eefae1629..f5b51ee96 100644 --- a/xt/selenium/search.t +++ b/xt/selenium/search.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 Test::More "no_plan"; diff --git a/xt/selenium/security.t b/xt/selenium/security.t index 576d87a95..9c15e0464 100644 --- a/xt/selenium/security.t +++ b/xt/selenium/security.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 "no_plan"; diff --git a/xt/selenium/shared_searches.t b/xt/selenium/shared_searches.t index 909c2f34f..d8712f74b 100644 --- a/xt/selenium/shared_searches.t +++ b/xt/selenium/shared_searches.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 "no_plan"; diff --git a/xt/selenium/show_all_products.t b/xt/selenium/show_all_products.t index 9634fddc0..f2521a407 100644 --- a/xt/selenium/show_all_products.t +++ b/xt/selenium/show_all_products.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 "no_plan"; diff --git a/xt/selenium/shutdown.t b/xt/selenium/shutdown.t index 5cd2f1a93..3d9de099f 100644 --- a/xt/selenium/shutdown.t +++ b/xt/selenium/shutdown.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 "no_plan"; diff --git a/xt/selenium/status_whiteboard.t b/xt/selenium/status_whiteboard.t index c7c0e6b5d..e8b6b7b63 100644 --- a/xt/selenium/status_whiteboard.t +++ b/xt/selenium/status_whiteboard.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 "no_plan"; diff --git a/xt/selenium/strict_isolation.t b/xt/selenium/strict_isolation.t index 08ef87c74..575966738 100644 --- a/xt/selenium/strict_isolation.t +++ b/xt/selenium/strict_isolation.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 "no_plan"; diff --git a/xt/selenium/sudo_sessions.t b/xt/selenium/sudo_sessions.t index 31a516ac1..f599986ce 100644 --- a/xt/selenium/sudo_sessions.t +++ b/xt/selenium/sudo_sessions.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 "no_plan"; diff --git a/xt/selenium/target_milestones.t b/xt/selenium/target_milestones.t index a69a8cc7b..84254d4cd 100644 --- a/xt/selenium/target_milestones.t +++ b/xt/selenium/target_milestones.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 "no_plan"; diff --git a/xt/selenium/time_summary.t b/xt/selenium/time_summary.t index f8a16ca0b..58cf6e768 100644 --- a/xt/selenium/time_summary.t +++ b/xt/selenium/time_summary.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 "no_plan"; diff --git a/xt/selenium/user_groups.t b/xt/selenium/user_groups.t index 0e06e95b7..ef907f68c 100644 --- a/xt/selenium/user_groups.t +++ b/xt/selenium/user_groups.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 "no_plan"; diff --git a/xt/selenium/user_matching.t b/xt/selenium/user_matching.t index 28f27a850..54afe08b2 100644 --- a/xt/selenium/user_matching.t +++ b/xt/selenium/user_matching.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 "no_plan"; diff --git a/xt/selenium/user_preferences.t b/xt/selenium/user_preferences.t index 5dce12c0e..cf33e7dad 100644 --- a/xt/selenium/user_preferences.t +++ b/xt/selenium/user_preferences.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 "no_plan"; diff --git a/xt/selenium/user_privs.t b/xt/selenium/user_privs.t index e8ca54205..158d2649f 100644 --- a/xt/selenium/user_privs.t +++ b/xt/selenium/user_privs.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 "no_plan"; diff --git a/xt/selenium/votes.t b/xt/selenium/votes.t index 7a67e93ed..277a867ac 100644 --- a/xt/selenium/votes.t +++ b/xt/selenium/votes.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 "no_plan"; -- cgit v1.2.3-24-g4f1b