nmci.tests: fix `echo -n` calls + import of `systemd`
echo -n
is not working in pure sh
, (except distros where sh == bash
). Use printf
instead.
Detect pytest
env correctly for failed systemd
import.
@Runtests:pass
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
echo -n
is not working in pure sh
, (except distros where sh == bash
). Use printf
instead.
Detect pytest
env correctly for failed systemd
import.
@Runtests:pass