blob: 4d46451017e5702b6fbb91c8137f78e96a22adf4 [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 Tsaif3987842019-03-02 13:35:17 -08007go test -v -mod=vendor -timeout=60m integration_test.go "$@"
Joe Tsai707894e2019-03-01 12:50:52 -08008exit $?