From 5e8602b656f49e62162910034b59a2e27396c141 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Fri, 13 Aug 2021 15:14:25 +0000 Subject: [PATCH] Update stderr location to work w/ CI --- test/checkdoc-batch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/checkdoc-batch.sh b/test/checkdoc-batch.sh index afbeee6..cda3621 100755 --- a/test/checkdoc-batch.sh +++ b/test/checkdoc-batch.sh @@ -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