mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Now things are working perfectly. Had to add a last statement to the while
wrapper for expect_uml, this is a new bug. And added preserve-permissions.
This commit is contained in:
@@ -1542,6 +1542,10 @@ sub create_expect_uml {
|
||||
while (<EXPECT>) {
|
||||
info(1,"$x_count $_");
|
||||
$x_count++;
|
||||
# Didn't need this before, but now do.
|
||||
if ( $_ =~/nbd.*module cleaned up/ ) {
|
||||
last;
|
||||
}
|
||||
while (Gtk->events_pending) { Gtk->main_iteration; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user