Skip to content

Commit

Permalink
Merge pull request #651 from mihalicyn/stable-5.0-compat-test-fixup
Browse files Browse the repository at this point in the history
tests: live-upgrade test remove --enable-cgroup (stable-5.0)
  • Loading branch information
stgraber committed Jun 10, 2024
2 parents a703911 + 289629c commit ae9bf1f
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 ae9bf1f

Please sign in to comment.