aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 721c9aa..03eb218 100755
--- a/test.bash
+++ b/test.bash
@@ -43,7 +43,7 @@ fi
# We don't want all the subprocesses
# holding the lock file open
# vvvvv
-go test -count 1 ./... $* 200>&-
+go test -count 1 ./... "$@" 200>&-
# ^^^^^^^^
# Disable result caching