Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
d36d57f0
Commit
d36d57f0
authored
Mar 01, 2018
by
Samuel GAIST
Browse files
[test][test_worker] Remove use of Prefix
parent
c999ed6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_worker.py
View file @
d36d57f0
...
...
@@ -246,7 +246,7 @@ class TestWorkerBase(unittest.TestCase):
def
start_worker
(
self
,
name
,
address
=
None
):
args
=
[
'--prefix=%s'
%
','
.
join
(
prefix
.
paths
)
,
'--prefix=%s'
%
prefix
,
'--cache=%s'
%
tmp_prefix
,
'--name=%s'
%
name
,
# '-vv',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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