aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-04-30 13:14:54 +0200
committerJakob Unterwurzacher2017-04-30 13:14:54 +0200
commit692b20f1b2ec619ee9471ee070bc6b43c17284ee (patch)
tree638992363187019db76e225dedf961f7cf3df5d9 /test.bash
parent863c3ca36fe756767ad2f86348a0646f2e7a09a5 (diff)
golint.bash: fix exit codes
We want to exit with 1 only if we we have complaints left after the greps.
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 405d3b2..32f77dc 100755
--- a/test.bash
+++ b/test.bash
@@ -33,7 +33,7 @@ fi
if go tool | grep vet > /dev/null ; then
go tool vet -all -shadow .
else
- echo "\"go tool vet\" not available - skipping"
+ echo "'go tool vet' not available - skipping"
fi
# We don't want all the subprocesses holding the lock file open