We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f39d commit 4bbfc8aCopy full SHA for 4bbfc8a
test_runtime.sh
@@ -77,7 +77,7 @@ trap cleanup EXIT
77
tar -xf rootfs.tar.gz -C ${TESTDIR}
78
cp runtimetest ${TESTDIR}
79
80
-oci-runtime-tool generate --output "${TESTDIR}/config.json" "${TEST_ARGS[@]}" --rootfs '.'
+oci-runtime-tool generate --output "${TESTDIR}/config.json" "${TEST_ARGS[@]}" --rootfs-path '.'
81
82
TESTCMD="${RUNTIME} start $(uuidgen)"
83
pushd $TESTDIR > /dev/null
0 commit comments