mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
afef09ccba
There are tons of useless warnings about missing files on collecting logs, such as: ``` tar: /var/log/ipaserver-kra-install.log: Warning: Cannot stat: No such file or directory tar: /var/log/ipaepn.log: Warning: Cannot stat: No such file or directory tar: /etc/NetworkManager/NetworkManager.conf: Warning: Cannot stat: No such file or directory tar: /var/log/ipabackup.log: Warning: Cannot stat: No such file or directory tar: /var/log/iparestore.log: Warning: Cannot stat: No such file or directory ... ``` Since `--ignore-failed-read` option is passed to tar the caller doesn't care about not readable(mostly missing) files and these warnings may be filtered out. This improves the readability of test logs. Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
azure-run-base-tests.sh | ||
azure-run-integration-tests.sh | ||
azure-run-tests.sh | ||
dump_cores.sh | ||
generate-matrix.py | ||
install-debuginfo-fedora.sh | ||
install-debuginfo.sh | ||
setup_containers.py | ||
variables-fedora.sh | ||
variables.sh |