Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
drupalizer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Drupal
drupalizer
Commits
9e2dac93
Commit
9e2dac93
authored
Nov 24, 2016
by
Victor Nikulshin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove /etc/hosts modification in behat setup task
parent
c44ad77a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
behat.py
behat.py
+0
-1
No files found.
behat.py
View file @
9e2dac93
...
...
@@ -24,7 +24,6 @@ def init(rewrite=True):
h
.
fab_run
(
role
,
'cp example.behat.yml behat.yml'
)
h
.
fab_run
(
role
,
'sed -i "s@
%
DRUPAL_ROOT@{}@g" behat.yml'
.
format
(
site_root
))
h
.
fab_run
(
role
,
'sed -i "s@
%
URL@http://{}@g" behat.yml'
.
format
(
host
))
h
.
fab_run
(
role
,
'echo "127.0.0.1 {}" >> /etc/hosts'
.
format
(
host
))
print
green
(
'Behat is now properly configured. The configuration file is {}/tests/behat/behat.yml'
.
format
(
workspace
))
else
:
...
...
Victor Nikulshin
@vnikulshin
mentioned in commit
fb18bbbd
·
Dec 06, 2016
mentioned in commit
fb18bbbd
mentioned in commit fb18bbbdaaf337575e2a4c7850e13f918469f36c
Toggle commit list
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