diff options
author | David Lawrence <dkl@mozilla.com> | 2016-08-30 02:12:58 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-08-30 02:12:58 +0200 |
commit | 21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7 (patch) | |
tree | 79fccba2ef2bbc3edb193b85746c8c1b0c404f95 /xt | |
parent | 7f6fea0b2417d718aa614f19abdae8b629463bb1 (diff) | |
download | bugzilla-21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7.tar.gz bugzilla-21c5a4e25b7f431f55ac13e17af48c2ab2ffa6c7.tar.xz |
- docker-bugzilla-ci changed location of bugzilla root and runtests.sh
Diffstat (limited to 'xt')
-rw-r--r-- | xt/config/selenium_test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xt/config/selenium_test.conf b/xt/config/selenium_test.conf index e4d7e4417..997ad97fb 100644 --- a/xt/config/selenium_test.conf +++ b/xt/config/selenium_test.conf @@ -16,9 +16,9 @@ 'host' => 'localhost', 'port' => 4444, 'browser_url' => 'http://localhost', - 'attachment_file' => '/home/bugzilla/devel/htdocs/bugzilla/xt/config/patch.diff', + 'attachment_file' => '/var/www/html/bugzilla/xt/config/patch.diff', 'bugzilla_installation' => 'bugzilla', - 'bugzilla_path' => '/home/bugzilla/devel/htdocs/bugzilla', + 'bugzilla_path' => '/var/www/html/bugzilla', 'admin_user_login' => 'admin@my.company', 'admin_user_passwd' => '******', 'admin_user_username' => 'admin', |