From efb103b516bb6d440d6cb6f1906e9f725661ff70 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 29 Jan 2024 13:26:50 -0800 Subject: [PATCH] DO NOT MERGE coverage test commit 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 --- oz-install | 4 ++++ oz/Fedora.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/oz-install b/oz-install index 13a2e706..b06f2517 100755 --- a/oz-install +++ b/oz-install @@ -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: diff --git a/oz/Fedora.py b/oz/Fedora.py index 89ecca8c..d08c5060 100644 --- a/oz/Fedora.py +++ b/oz/Fedora.py @@ -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,