lit: Add '-a' option to display commands+output of all tests
authorMatthias Braun <matze@braunis.de>
Mon, 2 Nov 2015 16:13:46 +0000 (16:13 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 2 Nov 2015 16:13:46 +0000 (16:13 +0000)
commit75d09ce523c1bf74be9a98dc9ed8db28dcb991a1
tree8d0a068635550b320a71243ae23c16765b9fe61b
parent06941986ad10fe3f3ed5dc19561584e2649d8aa2
lit: Add '-a' option to display commands+output of all tests

The existing -v option only displays commands and outputs for failed
tests, the newly introduced -a displays it for all executed tests.

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