Skip to content

Commit f131674

Browse files
committed
Fix cgroups on EL6
1 parent db0ea2e commit f131674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_29_slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_01_slurm_config(self):
7474
if core.el_release() == 6:
7575
config += "\nCgroupMountpoint=/cgroup"
7676
files.write(core.config['cgroup.config'],
77-
SLURM_CGROUPS_CONFIG,
77+
config,
7878
owner='slurm',
7979
chmod=0644)
8080

0 commit comments

Comments
 (0)