wantpush=false
skipidentical=false
force_baseline=true
- tested_revision=`check_tested --print-revision=$tree`
+ tested_revision=`check_tested --tree-$tree=$treeurl \
+ --print-revision=$tree`
if [ "x$tested_revision" != x ]; then
OLD_REVISION="$tested_revision"
fi
WHERE name = ?
AND r.flight = flights.flight
AND val != '')
+END
+ } elsif (m/^--tree-([^=]+)=(.*)$/) {
+ push @conds_vars, "tree_$1", $2;
+ push @conds, <<END;
+ NOT EXISTS
+ (SELECT *
+ FROM runvars r
+ WHERE name = ?
+ AND val != ?
+ AND r.flight = flights.flight)
END
} elsif (m/^--branch=(.*)$/) {
push @conds_vars, $1;