Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print escaped command args #13

Open
toslunar opened this issue Oct 17, 2019 · 0 comments
Open

Print escaped command args #13

toslunar opened this issue Oct 17, 2019 · 0 comments

Comments

@toslunar
Copy link
Member

I found

[DEBUG] failed to wait a command: python3.5 -m pytest -m not slow and (gpu or cudnn or cuda) /chainer/tests/chainer_tests/functions_tests/math_tests/test_average.py: signal: killed

I expect spaces are escaped or

python3.5 -m pytest -m 'not slow and (gpu or cudnn or cuda)' /chainer/tests/chainer_tests/functions_tests/math_tests/test_average.py

fmt.Fprintf(os.Stderr, "[DEBUG] failed to wait a command: %s: %s\n",
strings.Join(args, " "), err)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant