Right now GTest prints out the stdout of all the tests it runs as it's testing. This can lead to some pretty messy testing logs. It would be beneficial to capture the stdout and stderr streams of each test and display them all separated after all tests have been completed.