From 03c30ec634e529eb0f0051b0de03d4811706fe72 Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Fri, 17 Jul 2020 13:06:34 -0700 Subject: Runtime tests: Download language runtime image PiperOrigin-RevId: 321839398 --- scripts/runtime_tests.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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}" -- cgit v1.2.3