Re: [Outreachy][PATCH v7] t6050: avoid pipes with upstream Git commands
From: Chizoba ODINAKA <hidden>
Date: 2024-10-22 01:37:15
From: Chizoba ODINAKA <hidden>
Date: 2024-10-22 01:37:15
Hi On Tue, 22 Oct 2024 at 02:27, [off-list ref] wrote:
From: Chizoba ODINAKA <redacted> In pipes, the exit code of a chain of commands is determined by the final command. In order not to miss the exit code of a failed Git command, avoid pipes instead write output of Git commands into a file. For better debugging experience, instances of "grep" were changed to "test_grep". "test_grep" provides more context in case of a failed "grep". Signed-off-by: Chizoba ODINAKA <redacted> --- What changed: - a typography error, excess whitespace
This patch version has implemented all recommended changes. Thanks Chizoba