Changeset: cbe2901728cd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/cbe2901728cd
Modified Files:
        testing/README
        testing/monetdb_mtest.bat.in
        testing/monetdb_mtest.sh.in
Branch: Jun2023
Log Message:

Use Mtest.py instead of Mz.py.


diffs (32 lines):

diff --git a/testing/README b/testing/README
--- a/testing/README
+++ b/testing/README
@@ -8,7 +8,7 @@ http://monetdb.cwi.nl/Development/TestWe
 
 - The testing environment consists of the following tools:
   + Mtest.py   a python script to run tests
-  + Mz.py      another python script to run tests in a slightly different way
+  + Mz.py      equivalent to running Mtest.py --no-html (legacy interface)
 
   When called with command-line option "--help", each of these tools
   provides the respective usage information.
diff --git a/testing/monetdb_mtest.bat.in b/testing/monetdb_mtest.bat.in
--- a/testing/monetdb_mtest.bat.in
+++ b/testing/monetdb_mtest.bat.in
@@ -10,4 +10,4 @@
 
 set 
PATH=@CMAKE_INSTALL_FULL_LIBDIR@;@CMAKE_INSTALL_FULL_LIBDIR@\monetdb5;@CMAKE_INSTALL_FULL_BINDIR@;%PATH%
 cd "@CMAKE_HOME_DIRECTORY@"
-@CMAKE_INSTALL_FULL_BINDIR@/Mz.py.bat
+@CMAKE_INSTALL_FULL_BINDIR@/Mtest.py.bat --no-html
diff --git a/testing/monetdb_mtest.sh.in b/testing/monetdb_mtest.sh.in
--- a/testing/monetdb_mtest.sh.in
+++ b/testing/monetdb_mtest.sh.in
@@ -8,6 +8,6 @@
 # Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V.
 
 cd "@CMAKE_HOME_DIRECTORY@"
-PATH=@CMAKE_INSTALL_FULL_BINDIR@:$PATH @CMAKE_INSTALL_FULL_BINDIR@/Mz.py
+PATH=@CMAKE_INSTALL_FULL_BINDIR@:$PATH @CMAKE_INSTALL_FULL_BINDIR@/Mtest.py 
--no-html
 
 #exit 0
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to