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 c6bb18d commit cf5c9d0Copy full SHA for cf5c9d0
osgtest/library/core.py
@@ -421,7 +421,7 @@ def skip_bad_if_more_than_one_installed(*packages):
421
if rpm_is_installed(package):
422
installed.append(package)
423
if len(installed) > 1:
424
- raise osgunittest.BadSkipException('More than one installed of the ce: %s' % ' '.join(installed))
+ raise osgunittest.BadSkipException('More than one installed of: %s' % ' '.join(installed))
425
426
427
def skip_ok_unless_one_installed(*packages):
0 commit comments