Skip to content

Commit d53771b

Browse files
committed
Bring back original SQL lookup
Issue #144 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 3bd49fb commit d53771b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/phpmyadmin_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def test_phpmyadmin(url, username, password, server=None, sqlfile=None):
1717
if sqlfile is None:
1818
if os.path.exists('/world.sql'):
1919
sqlfile = '/world.sql'
20+
elif os.path.exists('./world.sql'):
21+
sqlfile = './world.sql'
2022
else:
2123
sqlfile = './testing/world.sql'
2224
br = mechanize.Browser()

0 commit comments

Comments
 (0)