On Thu, 5 Jul 2018 at 15:23, U.Mutlu <um@xxxxxxxxxxx> wrote: > > As was said in the other posting, you need to create a log file > of the testing, and then you can analyse it (locate the failed test files etc.). > Here's how I do it on Linux. No it isn't. All you've done is capture the information printed to standard output. That tells you what failed, but not why. The testsuite creates the logs itself, you don't create them. find `find $builddir -name testsuite -type d` -type f -name '*.log'