Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8f6cb60c
Commit
8f6cb60c
authored
Dec 22, 2014
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6344 from jzoldak/zoldak/better-ff-msg
Improve the message to console for the wrong FireFox version
parents
fe01291d
da1d0870
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pavelib/utils/test/utils.py
+3
-3
No files found.
pavelib/utils/test/utils.py
View file @
8f6cb60c
...
...
@@ -64,12 +64,12 @@ def check_firefox_version():
if
firefox_ver
!=
expected_firefox_ver
:
raise
Exception
(
'Required firefox version not found.
\n
\n
'
'
To install the required version:
\n
'
'Required firefox version not found.
\n
'
'
Expected: {expected_version}; Actual: {actual_version}.
\n
\n
'
'As the root user in devstack, run the following:
\n\n
'
'
\t
$ sudo wget -O /tmp/firefox_28.deb https://s3.amazonaws.com/vagrant.testeng.edx.org/firefox_28.0
%2
Bbuild2-0ubuntu0.12.04.1_amd64.deb
\n
'
'
\t
$ sudo gdebi -nq /tmp/firefox_28.deb
\n\n
'
'Confirm the new version:
\n
'
'
\t
$ firefox --version
\n
'
'
\t
{
version}'
.
format
(
version
=
expected_firefox_ver
)
'
\t
{
expected_version}'
.
format
(
actual_version
=
firefox_ver
,
expected_
version
=
expected_firefox_ver
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment