Skip to content
Snippets Groups Projects
Commit 5f8c512d8e21 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

launch: properly escape the target argument

Otherwise, space in the first argument will cause toubles.
parent 9b61422e20b1
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
shift
# Launch asv
time taskset -c 2,3 asv run --show-stderr --skip-existing-successful ${target} "$@"
time taskset -c 2,3 asv run --show-stderr --skip-existing-successful "${target}" "$@"
# Publish results
asv publish --no-pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment