Skip to content

Commit f404f40

Browse files
committed
allow installing slurm without all of osg-tested-internal (SOFTWARE-3347)
1 parent 325d6e7 commit f404f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/special_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def test_02_install_packages(self):
3232

3333
# FIXME: Install slurm out of contrib if we're running 'All' tests until
3434
# SOFTWARE-1733 gives us a generalized solution
35-
if 'osg-tested-internal' in pkg_repo_dict:
35+
if 'osg-tested-internal' in pkg_repo_dict or 'slurm' in pkg_repo_dict:
3636
all_slurm_packages = core.SLURM_PACKAGES + ['slurm-slurmdbd']
3737
pkg_repo_dict.update(dict((x, ['osg-development']) for x in all_slurm_packages))
3838

0 commit comments

Comments
 (0)