Update stderr location to work w/ CI

This commit is contained in:
Justin Abrahms 2021-08-13 15:14:25 +00:00
parent eb66b35ad4
commit 5e8602b656

View File

@ -81,7 +81,7 @@ fi
echo "Running checkdoc.."
error_lines=`emacs -batch $user $args -l $lispfile -f checkdoc-batch-commandline "$@" | tee >(cat 1>&2) | wc -l`
error_lines=`emacs -Q -batch $user $args -l $lispfile -f checkdoc-batch-commandline "$@" | tee /dev/fd/2 | wc -l`
if [ $error_lines -gt 1 ]; then
echo $OUTPUT