Francois Gouget : testbot/web: Document why WineTestBot::Log is used.

Alexandre Julliard julliard at winehq.org
Fri Nov 8 11:14:26 CST 2019


Module: tools
Branch: master
Commit: 44cd463125c6d6079b2a15db3992bb75c3bfd572
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=44cd463125c6d6079b2a15db3992bb75c3bfd572

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Nov  8 10:53:10 2019 +0100

testbot/web: Document why WineTestBot::Log is used.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/web/Activity.pl | 2 +-
 testbot/web/Stats.pl    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index fe056aa..d616a7c 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -29,7 +29,7 @@ use URI::Escape;
 
 use WineTestBot::Config;
 use WineTestBot::Activity;
-use WineTestBot::Log;
+use WineTestBot::Log; # For Elapsed()
 use WineTestBot::Utils;
 use WineTestBot::VMs;
 
diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index 43f1494..f453891 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -28,7 +28,7 @@ use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::Collection;
 use WineTestBot::Config;
 use WineTestBot::Activity;
-use WineTestBot::Log;
+use WineTestBot::Log; # For Elapsed()
 use WineTestBot::Utils;
 use WineTestBot::VMs;
 




More information about the wine-cvs mailing list