In
e7febe5f6edc, we hosted an error earlier in the script. But in the
old location, OSSTEST_TASK would always be set if statictask was. In
the new one, that hasn't been done yet.
No release implications since it touches a by-hand utility only.
Fixes: e7febe5f6edc "mg-repro-setup: Promote an error test to before builds (nfc)"
CC: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
done
if [ "${alloc_idents[*]}" ]; then
- if [ x"$OSSTEST_TASK" = x ]; then
+ if [ x"$OSSTEST_TASK" = x ] && ! $statictask; then
# We would have to make a dynamic task and hold the
# fd for it in this script. Would be quite awkward.
echo >&2 'cannot hand-allocate in a way that will free'