Skip to content

Commit

Permalink
webui: tests: cleanup webui.log in the end of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou authored and rvykydal committed Aug 9, 2023
1 parent bcbb000 commit 25566d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/webui/test/check-basic
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class TestBasic(anacondalib.VirtInstallMachineCase):
b.wait_visible("#critical-error-modal")

# Test review of logs
self.addCleanup(m.execute, "rm -f /tmp/webui.log")
logfile = "/tmp/webui.log"

self.assertFalse(self.file_exists(logfile))
Expand Down

0 comments on commit 25566d9

Please sign in to comment.