Skip to content

Commit

Permalink
tests: live-upgrade test remove --enable-cgroup
Browse files Browse the repository at this point in the history
--enable-cgroup has appeared in 6.0

Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn committed Jun 10, 2024
1 parent a703911 commit 289629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/live-upgrade-test.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -x ${lxcfs} ]; then
export LD_LIBRARY_PATH="{{LXCFS_BUILD_ROOT}}"
fi
echo "=> Spawning ${lxcfs} ${LXCFSDIR}"
${lxcfs} --enable-cgroup -p ${pidfile} ${LXCFSDIR} &
${lxcfs} -p ${pidfile} ${LXCFSDIR} &
LXCFSPID=$!
else
UNSHARE=0
Expand Down

0 comments on commit 289629c

Please sign in to comment.