test-without-openssl: accept extra args
Accept extra args, like test.bash does.
This commit is contained in:
parent
aa65091bb9
commit
6c172dcb02
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
cd "$(dirname "$0")"
|
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
|
# We don't want all the subprocesses
|
||||||
# holding the lock file open
|
# holding the lock file open
|
||||||
# vvvvv
|
# vvvvv
|
||||||
go test -count 1 ./... $* 200>&-
|
go test -count 1 ./... "$@" 200>&-
|
||||||
# ^^^^^^^^
|
# ^^^^^^^^
|
||||||
# Disable result caching
|
# Disable result caching
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user