mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
b64674623e
* copyright headers for agent folder
13 lines
165 B
Bash
Executable File
13 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
set -x
|
|
exec ./run-tests.sh suite_teardown
|
|
|