We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e2302 commit 4e1d6adCopy full SHA for 4e1d6ad
tmt/tests/booted/test-image-pushpull-upgrade.nu
@@ -86,6 +86,11 @@ RUN echo test content > /usr/share/blah.txt
86
# Test for https://github.com/ostreedev/ostree/issues/3544
87
# Add a quoted karg using rpm-ostree if available
88
if not $is_composefs {
89
+ # Check rpm-ostree and rpm-ostreed service status before run rpm-ostree
90
+ # And collect info for flaky error "error: System transaction in progress"
91
+ rpm-ostree status
92
+ journalctl -u rpm-ostreed
93
+
94
print "Adding quoted karg via rpm-ostree to test ostree issue #3544"
95
rpm-ostree kargs --append=($quoted_karg)
96
}
0 commit comments