blob: 0d99025496f757730ba7cbce510b80e217600827 [file] [log] [blame]
Joe Tsai707894e2019-03-01 12:50:52 -08001#!/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
6cd "$(git rev-parse --show-toplevel)"
Joe Tsaif3987842019-03-02 13:35:17 -08007go test -v -mod=vendor -timeout=60m integration_test.go "$@" -regenerate
Joe Tsai707894e2019-03-01 12:50:52 -08008exit $?