8 lines
198 B
JSON
8 lines
198 B
JSON
|
{
|
||
|
"typeTest": "exec",
|
||
|
"timeMsCommand": 3000,
|
||
|
"listCommands": [
|
||
|
"mysql -uroot --execute=\"SHOW DATABASES; \"",
|
||
|
"mysql -uroot < /home/gain/go/src/tools/testfiles/queries_mysql.txt"
|
||
|
]
|
||
|
}
|