Skip to content

Commit

Permalink
fixup! daemon: Add an 'id' param to RegisterClient, log it
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed May 16, 2018
1 parent 58cd150 commit 3eabc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmcheck/test-autoupdate-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ vm_wait_content_after_cursor $cursor 'Txn AutomaticUpdateTrigger.*successful'
vm_rpmostree status -v > out.txt
assert_not_file_has_content out.txt "Available update"
# And check the unit name https://github.com/projectatomic/rpm-ostree/pull/1368
vm_cmd journalctl -u rpm-ostreed --after-cursor > journal.txt
vm_cmd journalctl -u rpm-ostreed --after-cursor ${cursor} > journal.txt
assert_file_has_content journal.txt 'client(id:cli.*unit:rpm-ostreed-automatic.service'
rm -f journal.txt

Expand Down

0 comments on commit 3eabc96

Please sign in to comment.