Fix runtime test target

PiperOrigin-RevId: 321029113
This commit is contained in:
Ayush Ranjan
2020-07-13 14:07:41 -07:00
committed by gVisor bot
parent cf0826653c
commit 28c635e5d4
+1 -1
View File
@@ -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}"