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.
2 parents e219a1b + c76001a commit 09b6c1cCopy full SHA for 09b6c1c
tmt/tests/booted/test-image-pushpull-upgrade.nu
@@ -69,7 +69,10 @@ RUN echo test content > /usr/share/blah.txt
69
let rr_meta = (ls /run/reboot-required | first)
70
assert ($rr_meta.size > 0b)
71
72
- # Also test that the mtime changes on modification
+ # Verify that we logged to the journal
73
+ journalctl _MESSAGE_ID=3e2f1a0b9c8d7e6f5a4b3c2d1e0f9a8b7
74
+
75
+ # The mtime should change on modification
76
let new_root_mtime = ls -Dl /ostree/bootc | get modified
77
assert ($new_root_mtime > $orig_root_mtime)
78
0 commit comments