From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 15 Jul 2021 11:22:05 +0200 Subject: [LTP] [PATCH v5 0/4] Run tests in CI In-Reply-To: References: <20210714142001.20566-1-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > Hi! > > > Thanks! Testing it in https://github.com/pevik/ltp/actions/runs/1031005963 > > The result is much better but still not correct: > > https://github.com/pevik/ltp/runs/3068932859?check_suite_focus=true#step:11:707 > If tests are printing into stdout as well it will be easier to redirect > the test output in the script so that the CI gets it all into a single > file descriptor. > What about doing ./$i 1>&2 in the loop that runs the tests instead? How simple, that should work, I'll test that. FYI I also need to install iproute (runtime shell API test dependency). Simple enough to just merge it after this gets merged.