From 5e23597376b5f7fc5ff990ce4797aba2ffef31b9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 20 Apr 2010 04:33:06 +0000 Subject: [PATCH] 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 --- test/Makefile | 4 ++-- 1 file 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 -- 2.40.0