mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-22 02:38:31 +00:00
Delete debug print.
This commit is contained in:
parent
2a3e67991b
commit
18e58a5994
@ -11,7 +11,6 @@ sub activate {
|
|||||||
# times to make sure the proper partition gets activated.
|
# times to make sure the proper partition gets activated.
|
||||||
my $partition = shift;
|
my $partition = shift;
|
||||||
my $count = 12;
|
my $count = 12;
|
||||||
print("PARTITION VARIABLE: $partition");
|
|
||||||
while (check_screen "anaconda_blivet_part_inactive_$partition" and $count > 0) {
|
while (check_screen "anaconda_blivet_part_inactive_$partition" and $count > 0) {
|
||||||
assert_and_click "anaconda_blivet_part_inactive_$partition";
|
assert_and_click "anaconda_blivet_part_inactive_$partition";
|
||||||
sleep 5;
|
sleep 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user