Skip to content

Commit

Permalink
make prediff output stderr as well
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Dec 11, 2024
1 parent 51b1eed commit 138b0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/chplcheck/PREDIFF
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 138b0c5

Please sign in to comment.