diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runtime_tests.sh | 3 |
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}" |