summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-15 16:56:34 +0000
committerChris Lattner <sabre@nondot.org>2010-05-15 16:56:34 +0000
commit986f3490c58c19f8876dfe328a50801604b1cef5 (patch)
tree6f54cd130136e3b1b8934de878b883034d39b19b /test/Makefile
parenteb941559a175a8f058f589ae4fa3a6b896133ca2 (diff)
sigh
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 0747df18c0..c3b3eab589 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -18,7 +18,7 @@ ifndef TESTARGS
ifdef VERBOSE
TESTARGS = -v
else
-TESTARGS = -s -v -j16
+TESTARGS = -s -v
endif
endif