aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/wydawca.texi3
-rw-r--r--src/wydawca.c1
-rw-r--r--tests/check-fail.at3
-rw-r--r--tests/check-notify.at3
4 files changed, 10 insertions, 0 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 581004b..c3a91f8 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -2370,6 +2370,9 @@ triplets.
@item stat:symlinks @tab Number of symbolic links created.
@kwindex stat:rmsymlinks
@item stat:rmsymlinks @tab Number of symbolic links removed.
+@kwindex stat:check-failures
+@item stat:check-failures @tab Number of verification failures
+(@pxref{verification}).
@end multitable
@anchor{spool-timers}
diff --git a/src/wydawca.c b/src/wydawca.c
index fc1dea2..e693bb2 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -159,6 +159,7 @@ static char *stat_kwname[MAX_STAT] = {
"stat:archives",
"stat:symlinks",
"stat:rmsymlinks",
+ "stat:check-failures"
};
int
diff --git a/tests/check-fail.at b/tests/check-fail.at
index 8d1e86a..6676b92 100644
--- a/tests/check-fail.at
+++ b/tests/check-fail.at
@@ -21,6 +21,9 @@ AT_DATA([template],
[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started
wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite
wydawca: [[ERR]] spool check script for file@ckfail returned 1
+wydawca: [[NOTICE]] removing file
+wydawca: [[NOTICE]] removing file.sig
+wydawca: [[NOTICE]] removing file.directive.asc
wydawca: [[INFO]] errors: 1
wydawca: [[INFO]] warnings: 0
wydawca: [[INFO]] bad signatures: 0
diff --git a/tests/check-notify.at b/tests/check-notify.at
index 16ae296..f8d8cdb 100644
--- a/tests/check-notify.at
+++ b/tests/check-notify.at
@@ -21,6 +21,9 @@ AT_DATA([template],
[wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) started
wydawca: [[NOTICE]] file.directive.asc: COMMENT: Gnupload for Wydawca testsuite
wydawca: [[ERR]] spool check script for file@ckfail returned 1
+wydawca: [[NOTICE]] removing file
+wydawca: [[NOTICE]] removing file.sig
+wydawca: [[NOTICE]] removing file.directive.asc
wydawca: [[INFO]] errors: 1
wydawca: [[INFO]] warnings: 0
wydawca: [[INFO]] bad signatures: 0

Return to:

Send suggestions and report system problems to the System administrator.