Joe Tsai | 1bed454 | 2018-08-03 19:13:55 -0700 | [diff] [blame] | 1 | #!/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 Tsai | 707894e | 2019-03-01 12:50:52 -0800 | [diff] [blame] | 6 | cd "$(git rev-parse --show-toplevel)" |
Joe Tsai | f398784 | 2019-03-02 13:35:17 -0800 | [diff] [blame^] | 7 | go test -v -mod=vendor -timeout=60m integration_test.go "$@" |
Joe Tsai | 707894e | 2019-03-01 12:50:52 -0800 | [diff] [blame] | 8 | exit $? |