...

Text file src/google.golang.org/protobuf/test.bash

Documentation: google.golang.org/protobuf

     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
     6go test google.golang.org/protobuf -run='^TestIntegration$' -v -timeout=60m -count=1 -failfast "$@"
     7exit $?

View as plain text