diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-29 16:14:07 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-29 19:01:41 -0500 |
commit | 7bcd865d386d96caac83cb1c589fdb8f9ce3b081 (patch) | |
tree | 611e8c042c435820ffa283a191c0ae8a89c106c7 /TODO | |
parent | 1682ff60114b7a57972a03aa99f9864064593f72 (diff) |
test: some trivial fixes to test scripts
- fix typo
- use compiled systemd-nspawn
- drop --capability=... from systemd-nspawn invocation, is is the default now
- simplify sudo make invocations
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. +* add 'set -e' to scripts in test/ +* make test in test/ work with separate output dir + Fedora 19: * drop no longer needed modprobe.d udlfb file (it does not belong in /etc anyway) |