1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

move tests into tests folder (#271)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2019-10-23 16:29:13 +02:00
committed by GitHub
parent 5077bbd1b6
commit b3f7030a55
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ before_install:
install:
- "./version.sh"
- make lint
- "./test.exp"
- "./tests/test.exp"
- "./version.sh"
- commander test tests/commander.yaml
- make lint # rerun lint to see if output is different with .env in place
View File