blob: 4f1c62b81586142cd1ae68f86b01118e47274f13 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2021 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
set -e
usage() {
cat <<EOUSAGE
Usage:
This is a placeholder file for running e2e tests in CI.
EOUSAGE
}
usage