Skip to content

Commit

Permalink
Bring back original SQL lookup
Browse files Browse the repository at this point in the history
Issue #144

Signed-off-by: Michal Čihař <[email protected]>
  • Loading branch information
nijel committed Feb 12, 2018
1 parent 3bd49fb commit d53771b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/phpmyadmin_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def test_phpmyadmin(url, username, password, server=None, sqlfile=None):
if sqlfile is None:
if os.path.exists('/world.sql'):
sqlfile = '/world.sql'
elif os.path.exists('./world.sql'):
sqlfile = './world.sql'
else:
sqlfile = './testing/world.sql'
br = mechanize.Browser()
Expand Down

0 comments on commit d53771b

Please sign in to comment.