Skip to content

Commit 4bbfc8a

Browse files
committed
Fix the argument for passing rootfs path to generate
Signed-off-by: Mrunal Patel <[email protected]>
1 parent 081f39d commit 4bbfc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ trap cleanup EXIT
7777
tar -xf rootfs.tar.gz -C ${TESTDIR}
7878
cp runtimetest ${TESTDIR}
7979

80-
oci-runtime-tool generate --output "${TESTDIR}/config.json" "${TEST_ARGS[@]}" --rootfs '.'
80+
oci-runtime-tool generate --output "${TESTDIR}/config.json" "${TEST_ARGS[@]}" --rootfs-path '.'
8181

8282
TESTCMD="${RUNTIME} start $(uuidgen)"
8383
pushd $TESTDIR > /dev/null

0 commit comments

Comments
 (0)