local tversionvar=$1
local tbranch=$2
local treevarwhich=$3
- if [ "x$tbranch" = "x$branch" ] && ! $force_baseline; then
+ if [ "x$tbranch" = "x$branch" ] && [ "x$force_baseline" = x ]; then
if [ "x$FORCE_REVISION" != x ]; then
tversion="$FORCE_REVISION"
else
blessings_arg=--blessings=${DAILY_BRANCH_TESTED_BLESSING:-$OSSTEST_BLESSING}
sgr_args+=" $blessings_arg"
-force_baseline=false
+force_baseline='' # Non-empty = indication why we are forcing baseline.
skipidentical=true
wantpush=$OSSTEST_PUSH
if [ "x$testedflight" = x ]; then
wantpush=false
skipidentical=false
- force_baseline=true
+ force_baseline='untested'
if [ "x$treeurl" != xnone: ]; then
treearg=--tree-$tree=$treeurl
fi
: >$heading
sgr_args+=" --info-headers --include-begin=$heading"
-if $force_baseline; then
+case "$force_baseline" in
+ untested)
subject_prefix="[$branch baseline test] "
cat >>$heading <<END
"Old" tested version had not actually been tested; therefore in this
any, is the most recent actually tested revision.
END
-fi
+ ;;
+ '') # Not forcing a baseline, nothing to say.
+ ;;
+esac
revlog=tmp/$flight.revision-log