forked from OSchip/llvm-project
Make diagnostic printing more deterministic when running tests.
llvm-svn: 70809
This commit is contained in:
parent
b5bd4eaa10
commit
ea6dff3744
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue