[PATCH] testbot/web: Import WineTestBot::Utils for the statistics page.

Francois Gouget fgouget at codeweavers.com
Mon Mar 26 20:42:51 CDT 2018


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

The statistics page got broken by the DurationToString() patch 
(ee3483d4b8b0). This fixes it.

 testbot/web/Stats.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index 146740789..90f546397 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -26,6 +26,7 @@ use ObjectModel::Collection;
 use WineTestBot::Config;
 use WineTestBot::Activity;
 use WineTestBot::Log;
+use WineTestBot::Utils;
 use WineTestBot::VMs;
 
 @StatsPage::ISA = qw(ObjectModel::CGI::Page);
-- 
2.16.2




More information about the wine-devel mailing list