test-without-openssl: accept extra args

Accept extra args, like test.bash does.
This commit is contained in:
Jakob Unterwurzacher 2018-03-05 21:46:33 +01:00
parent aa65091bb9
commit 6c172dcb02
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
cd "$(dirname "$0")"
./test.bash -tags without_openssl
./test.bash -tags without_openssl "$@"

View File

@ -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