On 19/02/2025 13:58, Takashi Yano via Cygwin wrote:
On Wed, 19 Feb 2025 20:42:05 +0900
Takashi Yano wrote:
On Wed, 19 Feb 2025 07:38:13 +0900
Takashi Yano wrote:
On Tue, 18 Feb 2025 21:59:36 +0100
Marco Atzeriwrote:
On 18/02/2025 12:56, Takashi Yano via Cygwin wrote:
Hi Marco,

On Mon, 17 Feb 2025 09:28:11 +0100
Marco Atzeri wrote:
Hi Takashi,

I think there is still issue on pipe redirection output lost.
I have two cases where during package tests the test are reported as
failures as the output is missing, while running the test stand alone
the output is produced as expected.


--------------------------------------------------------------

This is not a pipe problem, but just a path problem for gdbmtool.
Please try the patch attached.


It is a subtle and puzzling PATH problem

the program that should be executed is "${B}/tools/gdbmtool.exe"
but there is a directory "${B}/test/gdbmtool/"

in the test PATH "${B}/test/" is before  "${B}/tools/" so the
the testsuite is trying to excute the directory instead of the program

moving "${B}/test/gdbmtool/" to "${B}/test/gdbmtool.dir/"
and patching around solved the problem.

Regards
Marco







--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to