Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This test worked before because of work-arounds for systemd bugs, it had
invoked bash inside of the chroot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because of the work-around for systemd-nspawn's buggy I/O, it was
discarding the exit status if stdout wasn't a TTY. My work-around for
*this* is to set -o pipefail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They didn't pass because on several errors it printed to stdout, not stderr
|
|
|