diff options
author | Adin Scannell <ascannell@google.com> | 2019-12-09 11:21:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-09 11:28:41 -0800 |
commit | cf477c86ca8bfd27551c97aa4015364d30b98f2e (patch) | |
tree | 9c352ef27f883b958b9146e654bb799ab0309ed0 /scripts | |
parent | 498595d54347d711dbd24247ed12c659b9d89c58 (diff) |
Mark runner_test as manual.
Because it is local-only, it should also be marked manual.
PiperOrigin-RevId: 284596186
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/simple_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/simple_tests.sh b/scripts/simple_tests.sh index ef25afc2e..3a15050c2 100755 --- a/scripts/simple_tests.sh +++ b/scripts/simple_tests.sh @@ -17,4 +17,4 @@ source $(dirname $0)/common.sh # Run all simple tests (locally). -test //pkg/... //runsc/... //tools/... //benchmarks/... +test //pkg/... //runsc/... //tools/... //benchmarks/... //benchmarks/runner:runner_test |