Improve error output. Use the third parameter of the "catch" command to
capture the error output from the exec option. This generally will capture the stderr messages generated by the tools. This information is then printed if the test fails. This helps to recognize more quickly what the error was. Otherwise, this information is lost. llvm-svn: 28385
Loading
Please register or sign in to comment