mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
15 lines
401 B
Bash
15 lines
401 B
Bash
#!/usr/bin/expect -f
|
|
#@echo off
|
|
spawn scp /InfiniDB/genii/mysql/queries/nightly/srvswdev11/go.log root@srvnightly:/tmp/srvbldwin1-genii-queryTester.log
|
|
|
|
expect {
|
|
-re "authenticity" { send "yes\r"
|
|
expect {
|
|
-re "word: " { send "$PASSWORD\r" } abort
|
|
-re "passphrase" { send "$PASSWORD\r" } abort
|
|
}
|
|
}
|
|
-re "word: " { send "Calpont1\r" } abort
|
|
}
|
|
expect "*\r"
|
|
expect "\r" |