From 9b6894bdbfa19020c06947a2e0d598c594f298da Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 6 Feb 2016 20:25:18 +0100 Subject: [PATCH] test.bash: Accept flags --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.bash b/test.bash index d662e0f..d4d26ae 100755 --- a/test.bash +++ b/test.bash @@ -6,4 +6,4 @@ cd "$(dirname "$0")" source build.bash -go test ./... +go test ./... $*