diff options
author | David Lawrence <dkl@mozilla.com> | 2015-06-27 10:17:21 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-06-27 10:17:21 +0200 |
commit | 8ee433457c3093e0c49916f22341b22bb140199f (patch) | |
tree | 55dee5bf19a6f3d8d68e54fa8a76916b1f9099df /docker | |
parent | a6238e079b4e8e62d3e23f019e0895c626133c83 (diff) | |
download | bugzilla-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-x | docker/install_deps.sh | 1 |
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 |