Update stderr location to work w/ CI
This commit is contained in:
parent
eb66b35ad4
commit
5e8602b656
@ -81,7 +81,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo "Running checkdoc.."
|
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
|
if [ $error_lines -gt 1 ]; then
|
||||||
echo $OUTPUT
|
echo $OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user