Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25481/MonetDB/src/testing

Modified Files:
        Mtest.py.in 
Log Message:

skip check for existing BATs in case the test does not require any BATs to exist


Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- Mtest.py.in 12 Sep 2007 08:37:11 -0000      1.306
+++ Mtest.py.in 14 Sep 2007 16:09:12 -0000      1.307
@@ -1265,6 +1265,10 @@
 def CheckBATs(env, TST, TSTDB) :
     missing = []
 
+    if not os.path.isfile(TST+".BATs"):
+        # no BATs required => no check required
+        return missing
+
     if par['M5']:
         # Warn("Monet5: Check, whether required BATs do exist, is not 
possible, yet!")
         return missing


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to