summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Pfrang2016-10-20 19:44:01 +0200
committerJohannes Pfrang2016-10-20 19:44:01 +0200
commite4d0c56b2c61c1420ad87d03639b85f2753e312b (patch)
treecc02ea89b86de58e4acee33de3318c4c8cca5cb1
parentc71296c1488ccb66eb822217c81a009edc737e5f (diff)
downloadaur-e4d0c56b2c61c1420ad87d03639b85f2753e312b.tar.gz
make tests less verbose
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8f10267883b..68e677cb46c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ build() {
check() {
cd "${srcdir}/src/github.com/gravitational/teleport"
# Copied from upstream Makefile, but without coverage analysis and vet
- go test -v ./tool/tsh/... \
+ go test ./tool/tsh/... \
./lib/... \
./tool/teleport... -tags test
}