]> granicus.if.org Git - clang/commitdiff
grr, lit only hates me, not the rest of the world.
authorChris Lattner <sabre@nondot.org>
Tue, 20 Apr 2010 04:33:06 +0000 (04:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Apr 2010 04:33:06 +0000 (04:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101865 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 40170e42ff9f834f97eea3db32cd1a01c0e8e1fa..e9d89454b898a707174a71159c703366844e349c 100644 (file)
@@ -16,9 +16,9 @@ TESTDIRS += $(EXTRA_TESTDIRS)
 
 ifndef TESTARGS
 ifdef VERBOSE
-TESTARGS = -v -j16
+TESTARGS = -v
 else
-TESTARGS = -s -v -j16
+TESTARGS = -s -v
 endif
 endif