forked from pool/python-PyMySQL
- Fix databases.json used for tests.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=30
This commit is contained in:
parent
15dd56a4cb
commit
a4cfefa157
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 13:51:39 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Fix databases.json used for tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 20:03:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -87,8 +87,8 @@ cconf=abuild-myclient.cnf
|
||||
#
|
||||
cat << EOF > pymysql/tests/databases.json
|
||||
[{"host":"localhost","user":"$dbuser","passwd":"$dbuserpw",
|
||||
"db":"$dbname1", "use_unicode": true, "local_infile": true},
|
||||
{"host":"localhost","user":"$dbuser","passwd":"$dbuserpw","db":"$dbname2"}]
|
||||
"database":"$dbname1", "use_unicode": true, "local_infile": true},
|
||||
{"host":"localhost","user":"$dbuser","passwd":"$dbuserpw","database":"$dbname2"}]
|
||||
EOF
|
||||
#
|
||||
# running the test
|
||||
|
Loading…
Reference in New Issue
Block a user