From c3b95663d8be6f6d8e9dafecf15221ea626dd5c4 Mon Sep 17 00:00:00 2001 From: Stephen Walli Date: Sun, 6 Nov 2016 21:33:32 -0800 Subject: [PATCH] Changed TESTCMD from "start" to "run". The start command can only happen on a created container according to the spec, or it MUST error out. The run command creates then starts the container. --- test_runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runtime.sh b/test_runtime.sh index fd48d0a01..84a03b1c1 100755 --- a/test_runtime.sh +++ b/test_runtime.sh @@ -68,7 +68,7 @@ pushd $TESTDIR > /dev/null ocitools generate --args /runtimetest --rootfs "" popd > /dev/null -TESTCMD="${RUNTIME} start" +TESTCMD="${RUNTIME} run" pushd $TESTDIR > /dev/null if ! ${TESTCMD}; then error "Runtime ${RUNTIME} failed validation"