]> granicus.if.org Git - clang/commitdiff
Set COLUMNS=0 to disable wrapping instead of a random large number.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 4 May 2009 02:20:01 +0000 (02:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 4 May 2009 02:20:01 +0000 (02:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70818 91177308-0d34-0410-b5e6-96231b3b80d8

test/TestRunner.sh

index 5555364f4d1ad4e2d639b12d3014ea40bc4b5f07..48b48d5a29ca44d85c9ba996ab319ccd30b2d860 100755 (executable)
@@ -19,7 +19,7 @@ SUBST=$1
 FILEDIR=`dirname $TESTNAME`
 
 # Make diagnostic printing more determinstic.
-export COLUMNS=999
+export COLUMNS=0
 
 OUTPUT=Output/$1.out