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
@@ -2367,12 +2367,15 @@ triplets.
@kwindex stat:archives
@item stat:archives @tab Number of archivations performed.
@kwindex stat:symlinks
@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}
@cindex timers
The following special variables, called @dfn{timers}, are
replaced with the real or @acronym{CPU} time (in seconds)
diff --git a/src/wydawca.c b/src/wydawca.c
index fc1dea2..e693bb2 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -156,12 +156,13 @@ static char *stat_kwname[MAX_STAT] = {
"stat:expired_triplets",
"stat:triplet_success",
"stat:uploads",
"stat:archives",
"stat:symlinks",
"stat:rmsymlinks",
+ "stat:check-failures"
};
int
stat_mask_p (unsigned long mask)
{
int i;
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
@@ -18,12 +18,15 @@ AT_SETUP([Verification test failure])
AT_KEYWORDS([uploads check-test check-fail])
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
wydawca: [[INFO]] access violation attempts: 0
wydawca: [[INFO]] complete triplets: 1
wydawca: [[INFO]] incomplete triplets: 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
@@ -18,12 +18,15 @@ AT_SETUP([Verification test failure notification])
AT_KEYWORDS([uploads check-test check-fail check-fail-notify notify])
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
wydawca: [[INFO]] access violation attempts: 0
wydawca: [[INFO]] complete triplets: 1
wydawca: [[INFO]] incomplete triplets: 0

Return to:

Send suggestions and report system problems to the System administrator.