gaulthiergain-tools/testfiles/test_mysql.json
2020-09-16 09:14:26 +02:00

8 lines
No EOL
198 B
JSON
Executable file

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