From 9afe0ffb9f0d683cfacfa1914c6b90f92cb476cf Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 29 Aug 2016 20:47:15 +0000 Subject: - docker-bmo-ci installs to /var/www/html/bmo now --- qa/config/selenium_test.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qa') 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', -- cgit v1.2.3-24-g4f1b