Remove ignored argument to sync
This commit is contained in:
@@ -147,7 +147,7 @@ sub runTests {
|
||||
$log->nest("syncing", sub {
|
||||
foreach my $vm (values %vms) {
|
||||
next unless $vm->isUp();
|
||||
$vm->execute("sync /tmp/xchg");
|
||||
$vm->execute("sync");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user