]> granicus.if.org Git - clang/commitdiff
Make diagnostic printing more deterministic when running tests.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 3 May 2009 23:14:36 +0000 (23:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 3 May 2009 23:14:36 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70809 91177308-0d34-0410-b5e6-96231b3b80d8

test/TestRunner.sh

index bb20728578c1caca44d2ad1db4afd69ff92f8c2f..5555364f4d1ad4e2d639b12d3014ea40bc4b5f07 100755 (executable)
@@ -18,6 +18,9 @@ TESTNAME=$1
 SUBST=$1
 FILEDIR=`dirname $TESTNAME`
 
+# Make diagnostic printing more determinstic.
+export COLUMNS=999
+
 OUTPUT=Output/$1.out
 
 # create the output directory if it does not already exist