From a4d2365260663cd4efcb040697c1519d9ef6286b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 May 2018 15:20:20 +0100 Subject: [PATCH] cr-daily-branch: When reporting, always compare to real flights When we're running sg-report-flight, at the end of the flight, we shouldn't try to compare it to play flights, but real ones (if any). play flights might contain junk (which might even cause sg-report-flight to crash). CC: Wei Liu Signed-off-by: Ian Jackson --- cr-daily-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr-daily-branch b/cr-daily-branch index a06d5a49..9b516273 100755 --- a/cr-daily-branch +++ b/cr-daily-branch @@ -75,7 +75,7 @@ case $branch in treeurl=`./ap-print-url $branch`;; esac -blessings_arg=--blessings=${DAILY_BRANCH_TESTED_BLESSING:-$OSSTEST_BLESSING} +blessings_arg=--blessings=${DAILY_BRANCH_TESTED_BLESSING:-real} sgr_args+=" $blessings_arg" force_baseline='' # Non-empty = indication why we are forcing baseline. -- 2.39.5