Commit d9f69196 authored by Rahul Chaudhry's avatar Rahul Chaudhry Committed by Brad Fitzpatrick

build: correct quoting of args in run.bash

Change-Id: I72df4d979212d8af74a4d2763423346eb6ba14f2
Reviewed-on: https://go-review.googlesource.com/9892Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 82359d1c
......@@ -35,4 +35,4 @@ if ulimit -T &> /dev/null; then
[ "$(ulimit -H -T)" == "unlimited" ] || ulimit -S -T $(ulimit -H -T)
fi
exec go tool dist test $@
exec go tool dist test "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment