summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-27 10:17:21 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-27 10:17:21 +0200
commit8ee433457c3093e0c49916f22341b22bb140199f (patch)
tree55dee5bf19a6f3d8d68e54fa8a76916b1f9099df /docker
parenta6238e079b4e8e62d3e23f019e0895c626133c83 (diff)
downloadbugzilla-8ee433457c3093e0c49916f22341b22bb140199f.tar.gz
bugzilla-8ee433457c3093e0c49916f22341b22bb140199f.tar.xz
Bug 1144485 - Adapt upstream Selenium test suite to BMO
- Added File::Copy::Recursive to testing dependencies
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/install_deps.sh b/docker/install_deps.sh
index 9d50e586a..a27344b08 100755
--- a/docker/install_deps.sh
+++ b/docker/install_deps.sh
@@ -22,6 +22,7 @@ $CPANM TheSchwartz
$CPANM XMLRPC::Lite
# For testing support
+$CPANM File::Copy::Recursive
$CPANM Test::WWW::Selenium
$CPANM Pod::Coverage
$CPANM Pod::Checker