stub: dumping the plan vars is redundant

They proved to not be useful for diagnostics
This commit is contained in:
Ivan Pozdeev 2025-12-13 18:58:03 +03:00
parent 4785e89a3b
commit dd2ad3ee65
No known key found for this signature in database
GPG key ID: FB6A628DCF06DCD7

View file

@ -86,11 +86,8 @@ if [ -n "${!_STUB_END}" ]; then
fi
if [ "${!_STUB_RESULT}" -ne 0 ]; then
{
echo "index: $index; stub index: ${!_STUB_INDEX}"
echo "plan:"
cat "${!_STUB_PLAN}" || true
echo "run:"
cat "${!_STUB_RUN}" || true
echo "log:"
cat "${!_STUB_LOG}" || true
} >&2