mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 06:12:52 +00:00
move tests into tests folder (#271)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
#!/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
|
||||
}
|
||||
Reference in New Issue
Block a user