Remove timer and use -check.v for tests formatting

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov
2015-06-18 14:22:40 -07:00
parent d7544217dd
commit 4253a1f87e
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
}