Skip to content

Commit dd2ad3e

Browse files
committed
stub: dumping the plan vars is redundant
They proved to not be useful for diagnostics
1 parent 4785e89 commit dd2ad3e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/stubs/stub

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,8 @@ if [ -n "${!_STUB_END}" ]; then
8686
fi
8787
if [ "${!_STUB_RESULT}" -ne 0 ]; then
8888
{
89-
echo "index: $index; stub index: ${!_STUB_INDEX}"
9089
echo "plan:"
9190
cat "${!_STUB_PLAN}" || true
92-
echo "run:"
93-
cat "${!_STUB_RUN}" || true
9491
echo "log:"
9592
cat "${!_STUB_LOG}" || true
9693
} >&2

0 commit comments

Comments
 (0)