mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix test_install_testing
unit test. Logic was wrong.
This commit is contained in:
parent
095e6e0361
commit
46f11cf34d
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class InstallationTestCase(BootstrapTestCase):
|
||||||
rc, out, err = self.run_script(
|
rc, out, err = self.run_script(
|
||||||
args=args, timeout=15 * 60, stream_stds=True
|
args=args, timeout=15 * 60, stream_stds=True
|
||||||
)
|
)
|
||||||
if GRAINS['os_family'] != 'RedHat':
|
if GRAINS['os_family'] == 'RedHat':
|
||||||
self.assert_script_result(
|
self.assert_script_result(
|
||||||
'Failed to install testing',
|
'Failed to install testing',
|
||||||
0, (rc, out, err)
|
0, (rc, out, err)
|
||||||
|
|
Loading…
Add table
Reference in a new issue