From: Chris Lattner Date: Sat, 17 Apr 2010 19:04:03 +0000 (+0000) Subject: doh, didn't mean to check in my hackaround lit sucking. :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0dd0d49e780a1523cffc0a616ccdae0b6aa75a14;p=oota-llvm.git 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 --- diff --git a/test/Makefile b/test/Makefile index fc6e67b2e88..3750fdb2f1d 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