commit | 42464b8b92853c8c72a2653d8656f8c7ded0d990 | [log] [tgz] |
---|---|---|
author | Chris Lattner <[email protected]> | Wed May 12 02:47:23 2010 |
committer | Chris Lattner <[email protected]> | Wed May 12 02:47:23 2010 |
tree | 398b1084e433eacae3d9ac4e483dadf8ae934dcd | |
parent | 42f9f1f17f25b1b3c4b6a6496bda7cdd9e946ef7 [diff] [blame] |
don't force 16 threads. llvm-svn: 103566
diff --git a/clang/test/Makefile b/clang/test/Makefile index 40170e4..e9d8945 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile
@@ -16,9 +16,9 @@ ifndef TESTARGS ifdef VERBOSE -TESTARGS = -v -j16 +TESTARGS = -v else -TESTARGS = -s -v -j16 +TESTARGS = -s -v endif endif