Skip to content

Commit 12088a3

Browse files
author
Ma Shimiao
authored
Merge pull request opencontainers#269 from mrunalp/fix_rootfs_arg
Fix the argument for passing rootfs path to generate
2 parents 081f39d + 4bbfc8a commit 12088a3

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)