mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-15 17:51:27 +00:00
Don't do live build postinstall steps on the install tests
It's not going to work there. Use the test name not the flavor name to match on. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c043fb6189
commit
2754deb28a
@ -114,7 +114,7 @@ sub post_fail_hook {
|
|||||||
upload_logs "/root/imgbuild/program.log", failok=>1;
|
upload_logs "/root/imgbuild/program.log", failok=>1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_var("FLAVOR") eq "updates-workstation-live-iso") {
|
if (get_var("TEST") eq "live_build") {
|
||||||
# for live image creation test
|
# for live image creation test
|
||||||
script_run "df -h";
|
script_run "df -h";
|
||||||
script_run 'mock -r openqa --chroot "ls -l /chroot_tmpdir/lmc-logs/anaconda"';
|
script_run 'mock -r openqa --chroot "ls -l /chroot_tmpdir/lmc-logs/anaconda"';
|
||||||
|
Loading…
Reference in New Issue
Block a user