]> xenbits.xensource.com Git - osstest.git/commitdiff
Executive: more fixes flight-16192
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 14 Feb 2013 15:17:30 +0000 (15:17 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 14 Feb 2013 15:17:30 +0000 (15:17 +0000)
adhoc-revtuple-generator
cr-publish-flight-logs
mg-queue-inhibit

index d21239494b851d6d989207ab8112d704492d63c6..3bbd37014228ac2c7202d2e929101b15480de038 100755 (executable)
@@ -56,7 +56,7 @@ while (@ARGV && $ARGV[0] =~ m/^-/) {
     }
 }
 
-readconfigonly();
+readglobalconfig();
 
 grabrepolock_reexec(@org_argv);
 
index 5eb0e33a08b88fa6f288cc54475d7534565761a4..b9fab3ec4c328df29c81257f363c624990ebea97 100755 (executable)
@@ -23,7 +23,7 @@ use Osstest;
 
 our %c;
 
-readconfigonly();
+readglobalconfig();
 
 die "usage: ./cr-publish-flight-logs <flight>" unless @ARGV==1;
 
index dd550b64d6cc1ec779f1f9025783f4e3fc1aa695..fd9da8ebc55c04d29908bb05618d18c661fe7af0 100755 (executable)
@@ -20,8 +20,9 @@
 use strict qw(refs vars);
 
 use Osstest;
+use Osstest::Executive;
 
-readconfigonly();
+readglobalconfig();
 
 die unless @ARGV==2;
 my ($seconds, $desc) = @ARGV;