aboutsummaryrefslogtreecommitdiff
path: root/tests/upload-dry.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/upload-dry.at')
-rw-r--r--tests/upload-dry.at17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/upload-dry.at b/tests/upload-dry.at
index 2116af2..e2e4063 100644
--- a/tests/upload-dry.at
+++ b/tests/upload-dry.at
@@ -21,9 +21,6 @@ AT_DATA([template],
21wydawca: [[DEBUG]] @WD_SRC@/ok -> @WD_DST@ 21wydawca: [[DEBUG]] @WD_SRC@/ok -> @WD_DST@
22wydawca: [[DEBUG]] @WD_SRC@/fail -> @WD_DST@ 22wydawca: [[DEBUG]] @WD_SRC@/fail -> @WD_DST@
23wydawca: [[DEBUG]] @WD_SRC@/test -> @WD_DST@ 23wydawca: [[DEBUG]] @WD_SRC@/test -> @WD_DST@
24wydawca: [[DEBUG]] found file file: distributive, stem: file
25wydawca: [[DEBUG]] found file file.directive.asc: signed upload directive, stem: file
26wydawca: [[DEBUG]] found file file.sig: detached signature, stem: file
27wydawca: [[DEBUG]] processing spool test (@WD_DST@) 24wydawca: [[DEBUG]] processing spool test (@WD_DST@)
28wydawca: [[DEBUG]] FILE file, DIST=file, SIG=file.sig, DIRECTIVE=file.directive.asc 25wydawca: [[DEBUG]] FILE file, DIST=file, SIG=file.sig, DIRECTIVE=file.directive.asc
29wydawca: [[NOTICE]] Good signature from Wydawca (Testsuite) <bug-wydawca@gnu.org.ua> 26wydawca: [[NOTICE]] Good signature from Wydawca (Testsuite) <bug-wydawca@gnu.org.ua>
@@ -51,17 +48,23 @@ wydawca: [[INFO]] check failures: 0
51wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) finished 48wydawca: [[NOTICE]] AT_PACKAGE_TARNAME (AT_PACKAGE_NAME AT_PACKAGE_VERSION) finished
52]) 49])
53 50
54AT_CHECK([ 51AT_CHECK([AT_SORT_PREREQ
55wydawca_init_testdirs 52wydawca_init_testdirs
56wydawca_config wydawca.rc 53wydawca_config wydawca.rc
57wydawca_upload test file 54wydawca_upload test file
58 55
59wydawca_expandmeta template experr 56wydawca_expandmeta template experr
60 57set -e
61wydawca --no-preproc --dry-run -c wydawca.rc 58wydawca --no-preproc --dry-run -c wydawca.rc 2>err
59set +e
60grep "found file" err | sort
61grep -v "found file" err >&2
62], 62],
63[0], 63[0],
64[], 64[wydawca: [[DEBUG]] found file file.directive.asc: signed upload directive, stem: file
65wydawca: [[DEBUG]] found file file.sig: detached signature, stem: file
66wydawca: [[DEBUG]] found file file: distributive, stem: file
67],
65[experr]) 68[experr])
66 69
67wydawca_clean_testdirs 70wydawca_clean_testdirs

Return to:

Send suggestions and report system problems to the System administrator.