NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/55650: atf-run crashes on parse error



The following reply was made to PR toolchain/55650; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/55650: atf-run crashes on parse error
Date: Fri, 11 Sep 2020 00:38:15 +0700

 I see no problem now either (that is after I fixed my own lunacy).
 
 Perhaps you were attempting to debug changes to t_make.sh and
 were doing so using echo or printf in the code?
 
 ATF test programs (as distinct from the tests that they run)
 cannot use stdout for anything - the ATF system uses a pipe from
 the shell running the test (t_make.sh) back to itself, and expects
 only properly formatted messages (from the internal ATF functions)
 to appear there.
 
 If you need diagnostic output, make sure it all goes to stderr 
 instead of stdout.
 
 I believe that this PR can be closed?
 
 kre
 


Home | Main Index | Thread Index | Old Index