diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-17 19:04:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 19:04:03 +0000 |
commit | 02d718205a7096a9d8bd086dc5b03b3412f1bcf3 (patch) | |
tree | dd8afbdbf177fd312e580f3700d5d725541d699c /test | |
parent | d855b0452816f290dc3b8325ec1616e918e51fb9 (diff) | |
download | external_llvm-02d718205a7096a9d8bd086dc5b03b3412f1bcf3.zip external_llvm-02d718205a7096a9d8bd086dc5b03b3412f1bcf3.tar.gz external_llvm-02d718205a7096a9d8bd086dc5b03b3412f1bcf3.tar.bz2 |
doh, didn't mean to check in my hackaround lit sucking. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index fc6e67b..3750fdb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -28,7 +28,7 @@ endif ifdef VERBOSE RUNTESTFLAGS := $(VERBOSE) -LIT_ARGS := -v -j16 +LIT_ARGS := -v else LIT_ARGS := -s -v endif |