We don't want sg-report-flight digging through the `test history
database' (which doesn't really exist in standalone mode) looking for
a baseline.

Passing OLD_REVISION=NONE also avoids calling ./ap-fetch-version-old
for the current branch.  This is useful particularly when the current
branch is osstest, because in that case ap-fetch-version-old ought to
fail when not run on the production system.

NONE will use `badchar' entry in `case "$NEW_REVISION/$OLD_REVISION"'
so sg-report-flight will get no --this and --that arguments.  It also
avoids constructing a list of people who touched changes, etc.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 standalone |    1 +
 1 file changed, 1 insertion(+)

diff --git a/standalone b/standalone
index dd36467..d9121bf 100755
--- a/standalone
+++ b/standalone
@@ -183,6 +183,7 @@ case $op in
         OSSTEST_FLIGHT=$flight \
         OSSTEST_CONFIG=$config \
         OSSTEST_NO_BASELINE=y \
+        OLD_REVISION=NONE \
             with_logging logs/$flight/make-flight.log ./cr-daily-branch $@ 
$branch
         ;;
 
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to