Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | tests: various fixes | Evgeny Vereshchagin | |
* remove journal flushing (systemd-journal-flush.service runs journalctl --flush on boot) * use sh -c and PATH instead of @SYSTEMCTL@ expansion * remove unnecessary semicolons etc | |||
2015-02-03 | tests: don't hardcode systemctl path | Martin Pitt | |
Get it from type -P instead, to support --enable-split-usr. | |||
2013-01-25 | test: factor out testsuite.target, end.service | Michal Schmidt | |
Tests can use the same testsuite.target. Add end.service to call poweroff instead of doing it from ExecStopPost where it may be skipped on failure of ExecStart. |