Change the logic which interprets output on stderr as an error so that
authorDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 00:12:31 +0000 (00:12 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 00:12:31 +0000 (00:12 +0000)
commite1e5746476745cfea4051324c89836bc4b581530
treeeb4865497d22ab5846f1005487e1e7475d9a1ef6
parent67b453b0d1ed7ab42a9408a6eb00131e160eb421
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