We want to keep the old testid or some new failures will be "never pass".
Roger reports that this change makes the existing host-specific Windows migration failures fail everywhere, so so things may need force pushing. CC: Roger Pau Monné <[email protected]> Signed-off-by: Ian Jackson <[email protected]> --- sg-run-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-run-job b/sg-run-job index 537d6b8..aa97ee6 100755 --- a/sg-run-job +++ b/sg-run-job @@ -592,7 +592,7 @@ proc test-guest-migr {g} { run-ts . =.2 ts-guest-saverestore + host $g } if {$can_migrate} { - run-ts . =/x10 ts-guest-localmigrate + x10 host $g + run-ts . =/x10 ts-guest-localmigrate + x20 host $g } } -- 2.1.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
