Module: tools Branch: master Commit: 702db480581c1ef33c53ce1e5e11b8a1ce442cf4 URL: http://source.winehq.org/git/tools.git/?a=commit;h=702db480581c1ef33c53ce1e5...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Oct 9 11:32:06 2017 +0200
testbot: Rename RevertVM.pl to LibvirtTool.pl to match LibvirtDomain.pm.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/{RevertVM.pl => LibvirtTool.pl} | 0 testbot/lib/WineTestBot/VMs.pm | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testbot/bin/RevertVM.pl b/testbot/bin/LibvirtTool.pl similarity index 100% rename from testbot/bin/RevertVM.pl rename to testbot/bin/LibvirtTool.pl diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm index 5e4f951..4dd7cc9 100644 --- a/testbot/lib/WineTestBot/VMs.pm +++ b/testbot/lib/WineTestBot/VMs.pm @@ -276,8 +276,8 @@ sub RunRevert($) delete $ENV{ENV}; require WineTestBot::Log; WineTestBot::Log::SetupRedirects(); - exec("$BinDir/RevertVM.pl", $self->GetKey()) or - WineTestBot::Log::LogMsg("Unable to exec RevertVM.pl: $!\n"); + exec("$BinDir/LibvirtTool.pl", $self->GetKey()) or + WineTestBot::Log::LogMsg("Unable to exec LibvirtTool.pl: $!\n"); exit(1); }