Remove timer and use -check.v for tests formatting

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: 4253a1f87ee90e3827090dc380bfda2332e23ff3
Component: engine
This commit is contained in:
Alexander Morozov
2015-06-05 13:48:25 -07:00
parent 5736bb1274
commit 9e396973a1
3 changed files with 1 additions and 19 deletions

View File

@ -2,6 +2,7 @@
set -e
bundle_test_integration_cli() {
TESTFLAGS="$TESTFLAGS -check.v"
go_test_dir ./integration-cli
}