Runtime tests: Download language runtime image

PiperOrigin-RevId: 321839398
This commit is contained in:
Ayush Ranjan 2020-07-17 13:06:34 -07:00 committed by gVisor bot
parent 40826b0557
commit 03c30ec634
1 changed files with 3 additions and 0 deletions

View File

@ -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}"