diff mbox

[OSSTEST,1/4] examine: Do not try to find old version

Message ID 1505123660-16073-1-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Sept. 11, 2017, 9:54 a.m. UTC
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 cr-daily-branch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/cr-daily-branch b/cr-daily-branch
index 39483cd..cf00db8 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -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`
 	    ;;