summaryrefslogtreecommitdiffhomepage
path: root/scripts/runtime_tests.sh
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-07-17 13:06:34 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-17 13:07:55 -0700
commit03c30ec634e529eb0f0051b0de03d4811706fe72 (patch)
tree2305c670f90dcaa79098caeb660719a2bf1cf9f9 /scripts/runtime_tests.sh
parent40826b0557fc3af642236c427863d25239e7c620 (diff)
Runtime tests: Download language runtime image
PiperOrigin-RevId: 321839398
Diffstat (limited to 'scripts/runtime_tests.sh')
-rwxr-xr-xscripts/runtime_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/runtime_tests.sh b/scripts/runtime_tests.sh
index bb892a683..85e95d45d 100755
--- a/scripts/runtime_tests.sh
+++ b/scripts/runtime_tests.sh
@@ -22,5 +22,8 @@ if [ ! -v RUNTIME_TEST_NAME ]; then
exit 1
fi
+# Download language runtime image.
+make -C images/ "load-runtimes_${RUNTIME_TEST_NAME}"
+
install_runsc_for_test runtimes
test_runsc "//test/runtimes:${RUNTIME_TEST_NAME}"