Merge pull request #13780 from LK4D4/use_checkv

Remove timer and use -check.v for tests formatting
This commit is contained in:
David Calavera
2015-06-19 11:34:31 -07:00
3 changed files with 1 additions and 19 deletions
+1
View File
@@ -2,6 +2,7 @@
set -e
bundle_test_integration_cli() {
TESTFLAGS="$TESTFLAGS -check.v"
go_test_dir ./integration-cli
}