From 138b0c555cecc6134d4939e43a872a134b975bd6 Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Wed, 11 Dec 2024 15:59:44 -0800 Subject: [PATCH] make prediff output stderr as well Signed-off-by: Jade Abraham --- test/chplcheck/PREDIFF | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/chplcheck/PREDIFF b/test/chplcheck/PREDIFF index d7e771367577..c218b129e8c3 100755 --- a/test/chplcheck/PREDIFF +++ b/test/chplcheck/PREDIFF @@ -16,13 +16,13 @@ fi $CHPL_HOME/tools/chplcheck/chplcheck \ - $FLAGS $1.chpl >> $2 + $FLAGS $1.chpl >>$2 2>>$2 if sed "s#$(pwd)/##" $2 >$2.tmp; then mv $2.tmp $2 fi -# if there is a good-fixit file, try and run checkcheck with fixit +# if there is a good-fixit file, try and run chplcheck with fixit if [ -e $1.good-fixit ]; then $CHPL_HOME/tools/chplcheck/chplcheck \