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 6c02695 commit 8615bdbCopy full SHA for 8615bdb
osgtest/tests/special_install.py
@@ -57,7 +57,7 @@ def test_02_install_packages(self):
57
command += ['install', pkg]
58
59
retry_fail, _, stdout, _ = yum.retry_command(command)
60
- if retry_fail == '' and 'Nothing to do.' not in stdout: # the command succeeded
+ if retry_fail == '': # the command succeeded
61
id = yum.get_transaction_id()
62
if id not in core.state['install.transaction_ids']:
63
core.state['install.transaction_ids'].append(id)
0 commit comments