Skip to content

Commit

Permalink
Merge pull request #5026 from KKoukiou/webui-rsync-fix
Browse files Browse the repository at this point in the history
webui: fix make rsync not updating the test VM
  • Loading branch information
KKoukiou authored Aug 8, 2023
2 parents 76d3f3d + 7545df7 commit bbbf830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/webui/test/machine_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def start(self):
else:
raise AssertionError("Webui initialization did not finish")

# Symlink /usr/share/cockpit to /usr/local/share/cockpit so that rsync works without killing cockpit-bridge
Machine.execute(self, "mkdir -p /usr/local/share/cockpit/anaconda-webui && mount --bind /usr/share/cockpit /usr/local/share/cockpit")
except Exception as e:
self.kill()
raise e
Expand Down

0 comments on commit bbbf830

Please sign in to comment.