In case OSSTEST_TASK was set by the caller, unset it. Unsetting it
will cause each sg-run-job (inside mg-execute-task) to become its own
task.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
if [ "x$rebuilds_flight" != x ]; then
progress "running build(s) $rebuilds_flight"
- ./mg-execute-flight -B$rebuilds_blessing --progress-fd=2 \
+ env -u OSSTEST_TASK \
+ ./mg-execute-flight -B$rebuilds_blessing --progress-fd=2 \
"${mgexecflags[@]}" $rebuilds_flight
mro=tmp/$rebuilds_flight.mro