Changeset: 0d439215e6f5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0d439215e6f5
Removed Files:
clients/Tests/MAL-signatures.test
Modified Files:
testing/Mtest.py.in
Branch: mtest
Log Message:
Remove unusable .test file (MAL-signatures -- there is a .SQL.py version).
Also fix Mtest.py so that it can run the test correctly.
diffs (22 lines):
diff --git a/clients/Tests/MAL-signatures.test
b/clients/Tests/MAL-signatures.test
deleted file mode 100644
--- a/clients/Tests/MAL-signatures.test
+++ /dev/null
@@ -1,6 +0,0 @@
-query TTTTT rowsort
-select * from sys.malfunctions() order by module, "function", address,
signature, comment
-----
-65520 values hashing to 3abd7dc63f82fc485bf8bfcf1b2af07e
-
-
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1282,6 +1282,7 @@ def PerformDir(env, testdir, testlist, B
os.environ['TSTSRCDIR'] = TSTSRCDIR
os.environ['TSTTRGDIR'] = TSTTRGDIR
os.environ['RELSRCDIR'] = env['RELSRCDIR']
+ os.environ['HAVE_HGE'] = CONDITIONALS['HAVE_HGE']
if 'TSTDATAPATH' not in os.environ and TSTDATAPATH:
env['TSTDATAPATH'] = TSTDATAPATH
os.environ['TSTDATAPATH'] = TSTDATAPATH
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list