Changeset: fc012331a386 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fc012331a386
Modified Files:
testing/Mtest.py.in
Branch: Aug2011
Log Message:
Mtest: remove legacy: no MkillNT on Windows.
diffs (18 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3421,14 +3421,6 @@ def main(argv) :
BusyPorts = []
if THISFILE == "Mtest.py":
-
- if os.name == "nt":
- n = os.path.join(THISPATH,"MkillNT.")
- for x in "bat", "py":
- f = n+x
- if os.path.isfile(f):
- shutil.copy(f,"C:"+os.sep+"Tools")
-
if not env.get('NOCLEAN') and
os.path.exists(os.path.join(env['TSTTRGBASE'],TSTPREF)):
try:
shutil.rmtree(os.path.join(env['TSTTRGBASE'],TSTPREF))
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list