]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
examine: Do not try to find old version
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 8 Sep 2017 14:04:47 +0000 (15:04 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 8 Sep 2017 14:04:47 +0000 (15:04 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
cr-daily-branch

index 39483cda3e7a28de7e4c42815d1ae89edb8cf642..cf00db8b4c81ebde8cd5e75ac6ae7469465e675f 100755 (executable)
@@ -88,7 +88,7 @@ check_tested () {
 
 if [ "x$OLD_REVISION" = x ]; then
     case $branch in
-       distros-*)
+       distros-*|examine)
            OSSTEST_NO_BASELINE=y
            OLD_REVISION=flight-`check_tested`
            ;;