From cd7ce6e9cb22197599e7db9a31aa3aeba3b74423 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 ++++ 1 file changed, 4 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: