Re: [Xen-devel] [PATCH OSSTEST 2/3] standalone: Check job status at end of run-job.

2015-09-29 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST 2/3] standalone: Check job status at end of run-job."): > Check if the job passed and if not (so status is fail, broken, running > etc) then return an error. > > This is convenient for scripting. Acked-by: Ian Jackson ___

[Xen-devel] [PATCH OSSTEST 2/3] standalone: Check job status at end of run-job.

2015-09-29 Thread Ian Campbell
Check if the job passed and if not (so status is fail, broken, running etc) then return an error. This is convenient for scripting. Signed-off-by: Ian Campbell --- standalone | 5 + 1 file changed, 5 insertions(+) diff --git a/standalone b/standalone index 0a5d96f..e85457d 100755 --- a/sta