Check both anaconda.log and packaging.log for software selection

It seems the message got moved to anaconda.log in Rawhide. I
think it should be fine to just check both.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-28 17:05:24 -08:00
parent 6b0de3aec3
commit 7bdaec0f8d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ sub run {
elsif (get_var('SUBVARIANT') eq 'Workstation') {
$env = 'workstation-product-environment';
}
assert_script_run "grep 'selected env' /tmp/packaging.log | tail -1 | grep $env";
assert_script_run "grep 'selected env' /tmp/anaconda.log /tmp/packaging.log | tail -1 | grep $env";
send_key "ctrl-alt-f6";
assert_screen "anaconda_main_hub", 30;
return;