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
i4
manycore
emper-io-eval
Commits
3f4dbc3c
Commit
3f4dbc3c
authored
Aug 30, 2021
by
Florian Fischer
Browse files
[bench/server] pass corrct command to subprocess
parent
8f4820c2
Pipeline
#67445
failed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bench/server.py
View file @
3f4dbc3c
...
...
@@ -58,7 +58,7 @@ class Server(subprocess.Popen):
server_env
=
prepare_env
(
env
or
{})
super
().
__init__
(
cmd
.
split
(),
super
().
__init__
(
self
.
cmd
.
split
(),
stdout
=
self
.
fout
,
stderr
=
self
.
ferr
,
env
=
server_env
,
...
...
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