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 7f8cd5c commit cd7ce6e
Showing 1 changed file with 4 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

0 comments on commit cd7ce6e

Please sign in to comment.