summaryrefslogtreecommitdiff
path: root/test/TEST-07-ISSUE-1981
AgeCommit message (Collapse)Author
2016-09-13./tools/notsd-moveLuke Shumaker
2016-06-24test: merge check_nspawn() into run_nspawn()Martin Pitt
This makes nspawn tests symmetric with run_qemu() which also exits with 1 if QEMU is not available.
2016-04-13tests: don't rely on the host's systemd-nspawn, don't register test machine ↵Evgeny Vereshchagin
(#3023) Fixes: $ cd test/TEST-07-ISSUE-1981/ $ sudo make clean setup run ... timeout: failed to run command ‘systemd-nspawn’: No such file or directory ... TEST RUN: https://github.com/systemd/systemd/issues/1981 [FAILED] Makefile:10: recipe for target 'run' failed make: *** [run] Error 1
2016-02-10tests: add test for https://github.com/systemd/systemd/issues/1981Evgeny Vereshchagin