diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 5916cd569..cd814e97e 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -380,6 +380,8 @@ check: $(TEST_PROGS) visudo testsudoers fi; \ total=`expr $$total + 1`; \ elif test -s $$err; then \ + failed=`expr $$failed + 1`; \ + echo "$$dir/$$base (stderr): FAIL"; \ cat $$err 1>&2; \ fi; \ done; \