[Tools 1/2] testbot: Rename RevertVM.pl to LibvirtTool.pl to match LibvirtDomain.pm.

Francois Gouget fgouget at codeweavers.com
Mon Oct 9 04:32:06 CDT 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

Then one day we can have other types of domains, each with a matching 
pair of perl module and tool.

 testbot/bin/{RevertVM.pl => LibvirtTool.pl} | 0
 testbot/lib/WineTestBot/VMs.pm              | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename testbot/bin/{RevertVM.pl => LibvirtTool.pl} (100%)

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 5e4f9512..4dd7cc90 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);
   }
 
-- 
2.14.2




More information about the wine-patches mailing list