Change the logic which interprets output on stderr as an error so that
commit67fb78d85e55427c458d2bff732962cdbdd8c912
authorDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 00:12:31 +0000 (4 00:12 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 00:12:31 +0000 (4 00:12 +0000)
treeeb4865497d22ab5846f1005487e1e7475d9a1ef6
parentc91d5cdfe124447b07c6db932a4f95ba857b8daa
Change the logic which interprets output on stderr as an error so that
it doesn't modify the exit code or the stdout contents, and so that it
doesn't clutter the output with "Command has output on stderr!".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110171 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py