Skip to content

Commit 3bab07e

Browse files
authored
Merge pull request #125 from edquist/SOFTWARE-3347.slurm-from-non-devel
allow installing slurm without all of osg-tested-internal (SOFTWARE-3…
2 parents 43a7d19 + db47cae commit 3bab07e

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
pkg_repo_dict.update(dict((x, ['osg-development']) for x in core.SLURM_PACKAGES))
3737

3838
for pkg, repos in pkg_repo_dict.items():

0 commit comments

Comments
 (0)