summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runtime_tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/runtime_tests.sh b/scripts/runtime_tests.sh
index fb82b2491..9ee991e42 100755
--- a/scripts/runtime_tests.sh
+++ b/scripts/runtime_tests.sh
@@ -16,10 +16,10 @@
source $(dirname $0)/common.sh
-if [ ! -v RUNTIME ]; then
- echo 'Must set $RUNTIME' >&2
+if [ ! -v RUNTIME_TEST_NAME ]; then
+ echo 'Must set $RUNTIME_TEST_NAME' >&2
exit 1
fi
install_runsc_for_test runtimes
-test_runsc "//test/runtimes:${RUNTIME}_test"
+test_runsc "//test/runtimes:${RUNTIME_TEST_NAME}_test"