From dd2ad3ee65f35dc5c772cf0707305926947d0477 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 13 Dec 2025 18:58:03 +0300 Subject: [PATCH] stub: dumping the plan vars is redundant They proved to not be useful for diagnostics --- test/stubs/stub | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/stubs/stub b/test/stubs/stub index a3b0f33..4cc64e8 100755 --- a/test/stubs/stub +++ b/test/stubs/stub @@ -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