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:
parent
6b0de3aec3
commit
7bdaec0f8d
@ -21,7 +21,7 @@ sub run {
|
|||||||
elsif (get_var('SUBVARIANT') eq 'Workstation') {
|
elsif (get_var('SUBVARIANT') eq 'Workstation') {
|
||||||
$env = 'workstation-product-environment';
|
$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";
|
send_key "ctrl-alt-f6";
|
||||||
assert_screen "anaconda_main_hub", 30;
|
assert_screen "anaconda_main_hub", 30;
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user