Changeset: b3eb52bd5490 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b3eb52bd5490 Modified Files: testing/Mtest.py.in Branch: Aug2024 Log Message:
JDBC driver now has a two digit major version. diffs (12 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -3146,7 +3146,7 @@ def CheckClassPath() : cp = '' cpx = '' JARS = { - 'HAVE_MONETDBJDBC_JAR' : re.compile(r'^monetdb-jdbc-[0-9]\.[0-9]+(-[a-f0-9]{12})?\.jre[0-9]+\.jar$'), + 'HAVE_MONETDBJDBC_JAR' : re.compile(r'^monetdb-jdbc-[0-9][0-9]?\.[0-9]+(-[a-f0-9]{12})?\.jre[0-9]+\.jar$'), 'HAVE_JDBCCLIENT_JAR' : re.compile(r'^jdbcclient\.jre[0-9]+\.jar$'), 'HAVE_JDBCTESTS_JAR' : re.compile(r'^jdbctests\.jar$'), } _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org