Skip to content

Commit 3a01bac

Browse files
committed
Keep old path for local testing
1 parent c09ec0f commit 3a01bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/test-docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ done
7171
if [ $ret -eq 0 ] ; then
7272
if [ -f /phpmyadmin_test.py ] ; then
7373
FILENAME=/phpmyadmin_test.py
74+
elif [ -f ./phpmyadmin_test.py ] ; then
75+
FILENAME=./phpmyadmin_test.py
7476
else
7577
FILENAME=./testing/phpmyadmin_test.py
7678
fi

0 commit comments

Comments
 (0)