1
0

- 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:
Matej Cepl 2021-07-28 13:51:45 +00:00 committed by Git OBS Bridge
parent 15dd56a4cb
commit a4cfefa157
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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