Changeset: 0ceaa51d56af for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0ceaa51d56af
Modified Files:
testing/helpers.py
Branch: mtest
Log Message:
add perl and php to file lookup
diffs (12 lines):
diff --git a/testing/helpers.py b/testing/helpers.py
--- a/testing/helpers.py
+++ b/testing/helpers.py
@@ -76,6 +76,8 @@ def process_test_dir(dir_path:str, ctx={
#('_p00.sql', '.sql', 'sqlXp', 'SQL'),
('.R', '.R', 'R', 'SQL'),
('.rb', '.rb', 'ruby', 'SQL'),
+ ('.php', '.php', 'php', 'SQL'),
+ ('.pl', '.pl', 'perl', 'SQL'),
]
if os.name == 'nt':
lookup.append(('.MAL.bat', '.MAL.bat', 'other', ''))
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list