summaryrefslogtreecommitdiffstats
path: root/.test_runner_config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.test_runner_config.yaml')
-rw-r--r--.test_runner_config.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml
index dc08d7967..e473d499d 100644
--- a/.test_runner_config.yaml
+++ b/.test_runner_config.yaml
@@ -31,6 +31,16 @@ steps:
- dnf builddep -y ${builddep_opts} --spec freeipa.spec.in --best --allowerasing
cleanup:
- chown -R ${uid}:${gid} ${container_working_dir}
+ - journalctl -b --no-pager > systemd_journal.log
+ - >
+ tar --ignore-failed-read -cvf ${container_working_dir}/var_log.tar
+ /var/log/dirsrv
+ /var/log/httpd
+ /var/log/ipa*
+ /var/log/krb5kdc.log
+ /var/log/pki
+ systemd_journal.log
+ - chown ${uid}:${gid} ${container_working_dir}/var_log.tar
configure:
- ./autogen.sh
install_packages: