shorten testsuite output

This commit is contained in:
Tobias Powalowski 2024-07-14 08:42:46 +02:00
parent e0ae235b6b
commit 110b7d4e40

View file

@ -37,7 +37,7 @@ if ! journalctl -p3 -xb | rg -q 'No entries'; then
fi
_result journal-error.txt
_run_test "ldd"
echo "/usr/bin "
echo -n "/usr/bin "
for i in /usr/bin/*; do
if ldd "${i}" 2>"${_NO_LOG}" | rg -q 'not found'; then
echo "${i}" >>bin-binary-error.txt