Francois Gouget : testbot/web: Document why WineTestBot::Log is used.
Module: tools Branch: master Commit: 44cd463125c6d6079b2a15db3992bb75c3bfd572 URL: https://source.winehq.org/git/tools.git/?a=commit;h=44cd463125c6d6079b2a15db... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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;
participants (1)
-
Alexandre Julliard