summaryrefslogtreecommitdiff
path: root/test/TEST-04-JOURNAL
AgeCommit message (Collapse)Author
2016-02-05test: remove exit 0 at the endPhillip Sz
We don't need that at the end, as it will always exit with 0 if everything is okey.
2015-12-30tests: add regression test for `systemctl restart systemd-journald`Evgeny Vereshchagin
See https://github.com/systemd/systemd/issues/2236
2015-11-27tests: use sync instead of flushEvgeny Vereshchagin
flush doesn't sync a journal -> tests sometimes fail
2015-11-27tests: don't run test on incomplete setupEvgeny Vereshchagin
This is a follow-up commit for https://github.com/systemd/systemd/pull/1937 See https://github.com/systemd/systemd/pull/2030
2015-11-17tests: journal-stdout-stream: add cases for leading and trailing spacesEvgeny Vereshchagin
2015-11-17tests: add basic journal testEvgeny Vereshchagin