1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00
kopano-docker/tests/test.exp
Felix Bartels b3f7030a55
move tests into tests folder (#271)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-10-23 16:29:13 +02:00

29 lines
263 B
Plaintext
Executable File

#!/usr/bin/expect
# uncomment to debug expect:
#exp_internal 1
spawn "./setup.sh"
expect {
"]:" {
send "\r"
exp_continue
}
"):" {
send "\r"
exp_continue
}
eof
}
spawn "./setup-update-tag.sh"
expect {
"#?" {
send "\r"
exp_continue
}
eof
}