summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-07-13 14:04:05 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-13 14:07:41 -0700
commit28c635e5d4519513225302860bf75fc655edb79a (patch)
tree6657083912267398ca48bd2ad24d0fb00e184964
parentcf0826653c436021a1b808d1f0aea082c9a0fc1b (diff)
Fix runtime test target
PiperOrigin-RevId: 321029113
-rwxr-xr-xscripts/runtime_tests.sh2
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}"