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

Chris Lattner clattner at apple.com
Sun May 3 17:35:33 PDT 2009


On May 3, 2009, at 4:14 PM, Daniel Dunbar wrote:

> 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.

Setting it to 0 means "don't wrap".

-Chris

>
>
> 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
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list