[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 03/13] sg-run-job: Support toggling `adding' by repeating `+'
Specifying `+' as an argument to spawn-ts suppresses the automatic addition of subsequent arguments to the testid. Make it possible to toggle this by repeating `+'. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- sg-run-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-run-job b/sg-run-job index e903869..b02a755 100755 --- a/sg-run-job +++ b/sg-run-job @@ -122,7 +122,7 @@ proc spawn-ts {iffail testid ts args} { set host_testid_suffix {} foreach arg $args { if {![string compare + $arg]} { - set adding 0 + set adding [expr {!$adding}] continue } lappend real_args $arg -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |