Skip to content

Commit c0d9914

Browse files
committed
test: Debug 'error: System transaction in progres'
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent c4e2302 commit c0d9914

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tmt/tests/booted/test-image-pushpull-upgrade.nu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ RUN echo test content > /usr/share/blah.txt
8686
# Test for https://github.com/ostreedev/ostree/issues/3544
8787
# Add a quoted karg using rpm-ostree if available
8888
if not $is_composefs {
89+
# Debug error "error: System transaction in progress"
90+
rpm-ostree status
91+
journalctl -u rpm-ostreed
92+
8993
print "Adding quoted karg via rpm-ostree to test ostree issue #3544"
9094
rpm-ostree kargs --append=($quoted_karg)
9195
}

0 commit comments

Comments
 (0)