Skip to content

Commit

Permalink
DO NOT MERGE coverage test commit
Browse files Browse the repository at this point in the history
add some nonsense to oz-install to check diff-cover and
diff-quality are working as intended. will remove this commit
once done.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Jan 29, 2024
1 parent 927cc89 commit efb103b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oz-install
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ def main():
guest = oz.GuestFactory.guest_factory(tdl, config, auto, output_disk,
netdev, diskbus, macaddress)

# DO NOT MERGE!
if False == True:
badVariable = "whee"

if cleanup:
guest.cleanup_old_guest()
else:
Expand Down
4 changes: 4 additions & 0 deletions oz/Fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ def __init__(self, tdl, config, auto, nicmodel, haverepo, diskbus, # pylint: di
diskbus = self.config.default_diskbus
self.assumed_update = assumed_update

# DO NOT MERGE!
if False == True:
badVariable = "whee"

# Prior to Fedora-22, we use yum; on F-22 and later, we use dnf.
oz.RedHat.RedHatLinuxCDYumGuest.__init__(self, tdl, config, auto,
output_disk, nicmodel, diskbus,
Expand Down

0 comments on commit efb103b

Please sign in to comment.