[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 01/15] mg-repro-setup: Use new syntax for cs-adjust-flight
In 497b2c6c933d "Rework runvar-build-set new value handling" we fixed bugs in cs-adjust-flight which would make mg-repro-setup's attempt to adjust build jobs sometimes not match at all, but we also changed the syntax for specifying just a new flight. I forgot to update the one in-tree user of that feature. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- mg-repro-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg-repro-setup b/mg-repro-setup index 4f2fe54..9663497 100755 --- a/mg-repro-setup +++ b/mg-repro-setup @@ -199,7 +199,7 @@ if $skipcapture; then adjrunvar skip_testids "capture-logs*"; fi ./cs-adjust-flight $flight \ copy-jobs $example_flight $job \ - runvar-build-set . '/buildjob$' "^$flight\\." $example_flight \ + runvar-build-set . '/buildjob$' "^$flight\\." $example_flight. \ "${adjusts[@]}" progress "executing ..." -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |