diff options
author | Jakob Unterwurzacher | 2018-03-05 21:46:33 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-05 21:46:33 +0100 |
commit | 6c172dcb02c32b9ed3b21e89367fd9826a880bc9 (patch) | |
tree | 5f2204fcb84498be1b37abb5abbcbf6f1cd378c7 /test.bash | |
parent | aa65091bb9437ad66ba5d09f9acd4c72c66bde87 (diff) |
test-without-openssl: accept extra args
Accept extra args, like test.bash does.
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |