We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0ea2e commit f131674Copy full SHA for f131674
osgtest/tests/test_29_slurm.py
@@ -74,7 +74,7 @@ def test_01_slurm_config(self):
74
if core.el_release() == 6:
75
config += "\nCgroupMountpoint=/cgroup"
76
files.write(core.config['cgroup.config'],
77
- SLURM_CGROUPS_CONFIG,
+ config,
78
owner='slurm',
79
chmod=0644)
80
0 commit comments