From 6da683cbf4587929757a63dea6cd3f1476906fb4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 1 Jul 2015 12:33:25 +0100 Subject: [PATCH] sg-report-job-history: No longer use TestSupport This is for test jobs and not appropriate for a reporting script. Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- sg-report-job-history | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sg-report-job-history b/sg-report-job-history index 31b8d37..95ae409 100755 --- a/sg-report-job-history +++ b/sg-report-job-history @@ -24,13 +24,14 @@ use Osstest; use IO::Handle; use HTML::Entities; -use Osstest::TestSupport; use Osstest::Executive; our (@blessings,@branches); our $limit= 100; our $htmlout; our $maxflight; +our $flight; +our $job; open DEBUG, ">/dev/null"; -- 2.39.5