summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-29 22:47:15 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-29 22:47:15 +0200
commit9afe0ffb9f0d683cfacfa1914c6b90f92cb476cf (patch)
tree3e2a87c1a83971dbac524f76d8a836a0d5068cab /qa
parent8ec323b76f91c1fe3eb5da1a103853e7e39462cd (diff)
downloadbugzilla-9afe0ffb9f0d683cfacfa1914c6b90f92cb476cf.tar.gz
bugzilla-9afe0ffb9f0d683cfacfa1914c6b90f92cb476cf.tar.xz
- docker-bmo-ci installs to /var/www/html/bmo now
Diffstat (limited to 'qa')
-rw-r--r--qa/config/selenium_test.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/config/selenium_test.conf b/qa/config/selenium_test.conf
index f0f4ea42a..b6a795b78 100644
--- a/qa/config/selenium_test.conf
+++ b/qa/config/selenium_test.conf
@@ -16,9 +16,9 @@
'host' => 'localhost',
'port' => 4444,
'browser_url' => 'http://localhost',
- 'attachment_file' => '/home/bugzilla/devel/htdocs/bmo/qa/config/patch.diff',
+ 'attachment_file' => '/var/www/html/bmo/qa/config/patch.diff',
'bugzilla_installation' => 'bmo',
- 'bugzilla_path' => '/home/bugzilla/devel/htdocs/bmo',
+ 'bugzilla_path' => '/var/www/html/bmo',
'test_bug_1' => 1,
'test_bug_2' => 2,
'admin_user_login' => 'admin@mozilla.test',