From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Stancek Date: Sat, 20 Jun 2020 01:55:28 -0400 (EDT) Subject: [LTP] [RFC PATCH 1/1] tst_test.sh: Print tst_{res, brk} into stdout In-Reply-To: <20200619192542.20113-1-pvorel@suse.cz> References: <20200619192542.20113-1-pvorel@suse.cz> Message-ID: <104572215.16889120.1592632528302.JavaMail.zimbra@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it ----- Original Message ----- > This allows printing messages on functions which output is redirected > into variable or used in eval. Also this change unifies the behavior > with C new API, which printed into stderr from the beginning. Should the subject say "into stderr"? Other than that I'm OK with the change.