Changeset: 6d85f303d428 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d85f303d428
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
mtest: support jaql.in files
diffs (26 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1688,7 +1688,7 @@ def RunTest(env, TST, BusyPorts, COND, o
EXT = ".sql"
CALL = "sqlXp"
SERVER = "SQL"
- elif os.path.isfile(TST+".jaql"): # deliberately kept simple for now
+ elif os.path.isfile(TST+".jaql") or os.path.isfile(TST+".jaql.in"): #
deliberately kept simple for now
EXT = ".jaql"
CALL = "jaql"
SERVER = "JAQL"
@@ -1709,11 +1709,11 @@ def RunTest(env, TST, BusyPorts, COND, o
reason = "as conditional '%s' does not hold." % COND
elem = SkipTest(env, TST, EXT, reason, length)
elif os.name == "nt":
- ErrMsg("test missing:
'"+os.path.join(TSTSRCDIR,TST)+".(exe|com|bat|cmd|py|mal|malC|sql)`")
+ ErrMsg("test missing:
'"+os.path.join(TSTSRCDIR,TST)+".(exe|com|bat|cmd|py|mal|malC|sql|jaql)`")
#TODO:
#elif os.name == "posix":
else:
- ErrMsg("test missing:
'"+os.path.join(TSTSRCDIR,TST)+"[.py|.mal|.malC|.sql]`")
+ ErrMsg("test missing:
'"+os.path.join(TSTSRCDIR,TST)+"[.py|.mal|.malC|.sql|.jaql]`")
return TX,Failed,Failed,elem,reason,links
if par['PACKAGE'] not in ('common', 'clients', 'gdk', 'java'):
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list