]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
sg-report-job-history: No longer use TestSupport
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 1 Jul 2015 11:33:25 +0000 (12:33 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 1 Jul 2015 12:38:34 +0000 (13:38 +0100)
This is for test jobs and not appropriate for a reporting script.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
sg-report-job-history

index 31b8d37ef29691cacbf1f96e3b7ab8bf70a2b676..95ae4092b317cb02f1feefc11ad16fc22728afde 100755 (executable)
@@ -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";