Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
f80ec42a
Commit
f80ec42a
authored
Dec 21, 2016
by
Ernesto Rodriguez Ortiz
Browse files
Don't harcoded the path to the test directory in the behat tests.
parent
3478d904
Pipeline
#2070
passed with stages
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/behat.py
View file @
f80ec42a
...
...
@@ -55,8 +55,9 @@ def install():
if
not
os
.
path
.
exists
(
'{}/tests/behat/bin/behat'
.
format
(
env
.
workspace
)):
dk_run
(
service
,
user
=
'root'
,
cmd
=
'chown -R {}:{} ../../tests'
.
format
(
env
.
apache_userid
,
env
.
local_userid
))
cmd
=
'chown -R {}:{} {}/tests'
.
format
(
env
.
apache_userid
,
env
.
local_userid
,
env
.
code_workspace
))
dk_run
(
service
,
cmd
=
'cd {}/tests/behat && composer install'
.
format
(
workspace
))
...
...
Write
Preview
Supports
Markdown
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