blob: b225be61ad637ba82e3b8e995881489a40c60d95 [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)"
Joe Tsaid56458e2019-03-01 18:11:42 -08007go test -v -mod=vendor -timeout=60m -count=1 integration_test.go "$@"
Joe Tsai707894e2019-03-01 12:50:52 -08008exit $?