diff --git a/tests/_installer_build.pm b/tests/_installer_build.pm index c96cd950..958773b2 100644 --- a/tests/_installer_build.pm +++ b/tests/_installer_build.pm @@ -26,6 +26,8 @@ sub run { } $cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results"; assert_script_run $cmd, 1500; + # good to have the log around for checks + upload_logs "pylorax.log", failok=>1; assert_script_run "mv results/images/boot.iso ./${advortask}-netinst-${arch}.iso"; upload_asset "./${advortask}-netinst-x86_64.iso"; }