From f4287fd57056ffc9cd273b0f169dadde275e2901 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 3 May 2009 23:14:36 +0000 Subject: [PATCH] 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 --- test/TestRunner.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0