summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-20 04:33:06 +0000
committerChris Lattner <sabre@nondot.org>2010-04-20 04:33:06 +0000
commit5e23597376b5f7fc5ff990ce4797aba2ffef31b9 (patch)
tree2a35a601858dc78db2cdc799492f157bd0f1b105 /test/Makefile
parent56f3cc6a5ffff81f20d89796b9fbd6710aede8c3 (diff)
grr, lit only hates me, not the rest of the world.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 40170e42ff..e9d89454b8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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