1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 21:33:02 +00:00

add tests for downloading archive from kopano download server (#311)

* add tests for downloading archive from kopano download server
add some makefile defaults

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* linting

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-12-22 13:31:34 +01:00
committed by GitHub
parent b36093d074
commit f5ff9393ff
4 changed files with 43 additions and 5 deletions
+13 -1
View File
@@ -51,4 +51,16 @@ tests:
not-contains:
- Debian
- amd64
- tar.gz
- tar.gz
download core nightly:
command: ./base/test.sh core
exit-code: 0
stderr:
not-contains:
- "tar: This does not look like a tar archive"
download webapp nightly:
command: ./base/test.sh webapp
exit-code: 0
stderr:
not-contains:
- "tar: This does not look like a tar archive"