From: Daniel Dunbar Date: Sun, 3 May 2009 23:14:36 +0000 (+0000) Subject: Make diagnostic printing more deterministic when running tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4287fd57056ffc9cd273b0f169dadde275e2901;p=clang Make diagnostic printing more deterministic when running tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/TestRunner.sh b/test/TestRunner.sh index bb20728578..5555364f4d 100755 --- a/test/TestRunner.sh +++ b/test/TestRunner.sh @@ -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