Changeset: 8e91cc876904 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e91cc876904
Modified Files:
        testing/helpers.py
Branch: mtest
Log Message:

more ext


diffs (14 lines):

diff --git a/testing/helpers.py b/testing/helpers.py
--- a/testing/helpers.py
+++ b/testing/helpers.py
@@ -80,7 +80,9 @@ def process_test_dir(dir_path:str, ctx={
             #('_p00.sql',      '.sql',    'sqlXp',  'SQL'),
             ('.R',            '.R',      'R',      'SQL'),
             ('.rb',           '.rb',     'ruby',   'SQL'),
-            ('.SQL.sh',       '.SQL.sh',    'other',   ''),
+            ('.MAL.sh',       '.MAL.sh', 'other',   'MAL'),
+            ('.SQL.sh',       '.SQL.sh', 'other',   'SQL'),
+            ('.sh',           '.sh',     'other',      ''),
         )
         # required tests that needs to run before this test
         # TODO enforce order at the end
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to