[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 08/11] mg-repro-setup: Move flight creation up before task creation
No significant functional change. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- mg-repro-setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mg-repro-setup b/mg-repro-setup index d63e29b6..2e1d3b88 100755 --- a/mg-repro-setup +++ b/mg-repro-setup @@ -167,6 +167,9 @@ while [ $# -ne 0 ]; do esac done +flight=$(./cs-adjust-flight new:$blessing) +progress "new flight is $flight" + OSSTEST_TASK=$(perl -e ' use Osstest; use Osstest::Executive; @@ -176,9 +179,6 @@ OSSTEST_TASK=$(perl -e ' ') export OSSTEST_TASK -flight=$(./cs-adjust-flight new:$blessing) -progress "new flight is $flight" - if [ "${alloc_idents[*]}" ]; then progress "allocating ${alloc_idents[*]} ..." alloc_output=tmp/$flight.allocations -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |