[cfe-commits] r70809 - /cfe/trunk/test/TestRunner.sh

Daniel Dunbar daniel at zuster.org
Sun May 3 16:14:36 PDT 2009


Author: ddunbar
Date: Sun May  3 18:14:36 2009
New Revision: 70809

URL: http://llvm.org/viewvc/llvm-project?rev=70809&view=rev
Log:
Make diagnostic printing more deterministic when running tests.

Modified:
    cfe/trunk/test/TestRunner.sh

Modified: cfe/trunk/test/TestRunner.sh
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/TestRunner.sh?rev=70809&r1=70808&r2=70809&view=diff

==============================================================================
--- cfe/trunk/test/TestRunner.sh (original)
+++ cfe/trunk/test/TestRunner.sh Sun May  3 18:14:36 2009
@@ -18,6 +18,9 @@
 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





More information about the cfe-commits mailing list