test-without-openssl: accept extra args

Accept extra args, like test.bash does.
libgocryptfs
Jakob Unterwurzacher 5 years ago
parent aa65091bb9
commit 6c172dcb02

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

Loading…
Cancel
Save