diff options
-rwxr-xr-x | test-without-openssl.bash | 2 | ||||
-rwxr-xr-x | test.bash | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test-without-openssl.bash b/test-without-openssl.bash index 645c6cd..3f9de9e 100755 --- a/test-without-openssl.bash +++ b/test-without-openssl.bash @@ -2,4 +2,4 @@ cd "$(dirname "$0")" -./test.bash -tags without_openssl +./test.bash -tags without_openssl "$@" @@ -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 |