MultiTestRunner.py improvements.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 09:42:24 +0000 (09:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 09:42:24 +0000 (09:42 +0000)
commite6475f11920a0e5451ca53854036be35b4677947
tree5a396b573bed4669c4b799b10a3c118b89b26397
parent6bdd19a7e221a430dd106a45438239485861d1df
MultiTestRunner.py improvements.
 - Not improved: the horribly lousy name. :)

 - Suppress stderr when capturing output.

 - Rewrite which() to do the right PATH search instead of being lazy and
   shelling out to 'which'.

 - On Windows, run scripts as batch files (via 'cmd /c ...').

llvm-svn: 77058
clang/utils/test/TestRunner.py