blob: 2db9621577c0aa4f4dac085359e7f33f38eb8a42 [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 Tsaif5422202019-08-05 14:42:21 -07007go test -v -mod=vendor -timeout=60m -count=1 integration_test.go -failfast "$@"
Joe Tsai707894e2019-03-01 12:50:52 -08008exit $?