Skip to content

Commit 6239e4b

Browse files
committed
tests: use --enable-cgroup for tests
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
1 parent 000b539 commit 6239e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ -x ${lxcfs} ]; then
4545
export LD_LIBRARY_PATH="{{LXCFS_BUILD_ROOT}}"
4646
fi
4747
echo "=> Spawning ${lxcfs} ${LXCFSDIR}"
48-
${lxcfs} -p ${pidfile} ${LXCFSDIR} &
48+
${lxcfs} --enable-cgroup -p ${pidfile} ${LXCFSDIR} &
4949
LXCFSPID=$!
5050
else
5151
UNSHARE=0

0 commit comments

Comments
 (0)