Skip to content

Commit e1d9547

Browse files
committed
Fix calls to osg_release() that expect a version string
1 parent dd020d0 commit e1d9547

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
@@ -15,7 +15,7 @@ def test_01_yum_repositories(self):
1515
core.check_system(pre + ('osg-release',), 'Verify osg-release')
1616
except AssertionError:
1717
core.check_system(pre + ('osg-release-itb',), 'Verify osg-release + osg-release-itb')
18-
core.config['install.original-release-ver'] = core.osg_release()
18+
core.config['install.original-release-ver'] = core.osg_release().version
1919

2020
def test_02_install_packages(self):
2121
core.state['install.success'] = False

0 commit comments

Comments
 (0)