gaulthiergain-tools/testfiles/test_mysql.json

8 lines
198 B
JSON
Raw Permalink Normal View History

2020-09-16 09:14:26 +02:00
{
"typeTest": "exec",
"timeMsCommand": 3000,
"listCommands": [
"mysql -uroot --execute=\"SHOW DATABASES; \"",
"mysql -uroot < /home/gain/go/src/tools/testfiles/queries_mysql.txt"
]
}