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 c0d9914Copy full SHA for c0d9914
tmt/tests/booted/test-image-pushpull-upgrade.nu
@@ -86,6 +86,10 @@ 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
+ # Debug error "error: System transaction in progress"
90
+ rpm-ostree status
91
+ journalctl -u rpm-ostreed
92
+
93
print "Adding quoted karg via rpm-ostree to test ostree issue #3544"
94
rpm-ostree kargs --append=($quoted_karg)
95
}
0 commit comments