]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
mg-repro-setup: Provide useful info for allocation system
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 12 Apr 2017 11:06:36 +0000 (12:06 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 12 Apr 2017 11:13:03 +0000 (12:13 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
mg-repro-setup

index c673cb6048d2e2a6732a0cf40ac987256a538836..5a64b1a9c7dd6924de62f7c219fa39ddb23d5f5b 100755 (executable)
@@ -169,6 +169,7 @@ if [ "${alloc_idents[*]}" ]; then
        progress "allocating ${alloc_idents[*]} ..."
        alloc_output=tmp/$flight.allocations
        ./mg-allocate --stdout-output >$alloc_output $duration 2>&3 \
+               --info-base="[repro] $flight.$job $testid" \
                "${alloc_specs[@]}"
        exec <$alloc_output
        progressf "allocated"