]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
mg-execute-flight: need cri-getconfig
authorIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 10 Sep 2013 17:34:20 +0000 (18:34 +0100)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Tue, 10 Sep 2013 17:34:20 +0000 (18:34 +0100)
mg-execute-flight

index abb68c09d125db5043c97076e3f2753837e8ec59..20067b329ed825d08fb823bbd15438a2e8a4d4c3 100755 (executable)
@@ -44,6 +44,8 @@ while [ $# != 0 ]; do
        esac
 done
 
+. cri-getconfig
+
 if [ x"$flight" = x ]; then badusage; fi
 
 : ${blessing:=play}
@@ -58,7 +60,7 @@ export OSSTEST_RESOURCE_PRIORITY=${OSSTEST_RESOURCE_PRIORITY--8}
 export OSSTEST_RESOURCE_PREINFO="[adhoc $blessing]\
  <${PWD##*/}${branch:+ }$branch${tty:+ }$tty>"
 
- : ${OSSTEST_HTMLPUB_DIR:=`getconfig Logs`}
+: ${OSSTEST_HTMLPUB_DIR:=`getconfig Logs`}
 
 (./sg-execute-flight $flight $blessing ||
  echo "sg-execute-flight $flight $blessing failed: $?") \