]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: use set -o pipefail
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 16 Apr 2021 16:36:27 +0000 (18:36 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 16 Apr 2021 17:05:37 +0000 (19:05 +0200)
commit96af59aabb6f66b289347c1fc3ba204c85547710
tree55fb202e9fb51a02fa7f356d64dafc99020f1536
parent1b8fcd9c63f4ad6ce3853457ad31a7aeeb40d578
test: use set -o pipefail

This breaks some existing loops which previously ignored if the piped
program exited with EC >0. Rewrite them to mitigate this (and also make
them more robust in some cases).
test/test-functions