diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-07-13 14:04:05 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-13 14:07:41 -0700 |
commit | 28c635e5d4519513225302860bf75fc655edb79a (patch) | |
tree | 6657083912267398ca48bd2ad24d0fb00e184964 /scripts/runtime_tests.sh | |
parent | cf0826653c436021a1b808d1f0aea082c9a0fc1b (diff) |
Fix runtime test target
PiperOrigin-RevId: 321029113
Diffstat (limited to 'scripts/runtime_tests.sh')
-rwxr-xr-x | scripts/runtime_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runtime_tests.sh b/scripts/runtime_tests.sh index 350a59f7c..bb892a683 100755 --- a/scripts/runtime_tests.sh +++ b/scripts/runtime_tests.sh @@ -23,4 +23,4 @@ if [ ! -v RUNTIME_TEST_NAME ]; then fi install_runsc_for_test runtimes -test_runsc "//test/runtimes:${RUNTIME_TEST_NAME}_test" +test_runsc "//test/runtimes:${RUNTIME_TEST_NAME}" |