Change-Id: Ib2e96183b99deddbbd3132cd2ca6fa34a25994c6 Reviewed-on: https://go-review.googlesource.com/c/164645 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
@@ -4,5 +4,5 @@
# license that can be found in the LICENSE file.
cd "$(git rev-parse --show-toplevel)"
-go test -v -timeout 60m -tags integration "$@" -regenerate
+go test -v -timeout 60m integration_test.go "$@" -regenerate
exit $?
-go test -v -timeout 60m -tags integration "$@"
+go test -v -timeout 60m integration_test.go "$@"