diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-06 21:28:42 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-06 21:28:42 +0000 |
commit | 908a66dc9b2579dbdb56ad1cbdf1bc7fd299f9cb (patch) | |
tree | a93285ab0c0104a787a703927418cf9ccd7313a9 /clang/test/TestRunner.sh | |
parent | 4d11693f33b650a1c595b71360856a0abebdc018 (diff) | |
download | bcm5719-llvm-908a66dc9b2579dbdb56ad1cbdf1bc7fd299f9cb.tar.gz bcm5719-llvm-908a66dc9b2579dbdb56ad1cbdf1bc7fd299f9cb.zip |
If stderr isn't a terminal, don't try to guess the terminal width or
look at COLUMNS.
llvm-svn: 71120
Diffstat (limited to 'clang/test/TestRunner.sh')
-rwxr-xr-x | clang/test/TestRunner.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/TestRunner.sh b/clang/test/TestRunner.sh index 48b48d5a29c..bb20728578c 100755 --- a/clang/test/TestRunner.sh +++ b/clang/test/TestRunner.sh @@ -18,9 +18,6 @@ TESTNAME=$1 SUBST=$1 FILEDIR=`dirname $TESTNAME` -# Make diagnostic printing more determinstic. -export COLUMNS=0 - OUTPUT=Output/$1.out # create the output directory if it does not already exist |