Changeset: f231690e7484 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f231690e7484
Modified Files:
        sql/test/mapi/Tests/python3_dbapi.SQL.bat
Branch: Dec2025
Log Message:

Use explicit paths so that pymonetdb can be found.


diffs (9 lines):

diff --git a/sql/test/mapi/Tests/python3_dbapi.SQL.bat 
b/sql/test/mapi/Tests/python3_dbapi.SQL.bat
--- a/sql/test/mapi/Tests/python3_dbapi.SQL.bat
+++ b/sql/test/mapi/Tests/python3_dbapi.SQL.bat
@@ -4,4 +4,4 @@ rem must be aligned with the installatio
 rem clients/examples/python
 set testpath=%TSTSRCBASE%\clients\examples\python
 
-sqlsample.py %MAPIPORT% %TSTDB% %MAPIHOST%
+"%PYTHON%" "%testpath%\sqlsample.py" %MAPIPORT% %TSTDB% %MAPIHOST%
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to