When running test cases, move all error messages to a log file instead of sending them to a stderr. Alternatively, we could still send messages to stderr, but we must review the code to assure that, for every execution on test cases, we provide different stderr and stdout file descriptors.
When running test cases, move all error messages to a log file instead of sending them to a stderr. Alternatively, we could still send messages to stderr, but we must review the code to assure that, for every execution on test cases, we provide different stderr and stdout file descriptors.