blob: d0aed4b91242c8510b7758c01f10290cdc1834f9 [file] [log] [blame]
Joe Tsai1bed4542018-08-03 19:13:55 -07001#!/bin/bash
2# Copyright 2018 The Go Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style
4# license that can be found in the LICENSE file.
5
Joe Tsai707894e2019-03-01 12:50:52 -08006cd "$(git rev-parse --show-toplevel)"
Herbie Ong4b465c02019-03-01 17:45:33 -08007go test -v -timeout 60m integration_test.go "$@"
Joe Tsai707894e2019-03-01 12:50:52 -08008exit $?