From 6c172dcb02c32b9ed3b21e89367fd9826a880bc9 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 5 Mar 2018 21:46:33 +0100 Subject: test-without-openssl: accept extra args Accept extra args, like test.bash does. --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.bash') diff --git a/test.bash b/test.bash index 721c9aa..03eb218 100755 --- a/test.bash +++ b/test.bash @@ -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 -- cgit v1.2.3