Changeset: f37064edad30 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f37064edad30
Modified Files:
        testing/Mtest.py.in
Branch: Aug2011
Log Message:

Mtest: Copy-paste error.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -732,7 +732,7 @@ def CreateTstWhatXhtml (env, TST, stable
         d = urlpref
         if os.path.isfile(TST + stableWHAT + '.src'):
             # there's only one file like this...
-            fl = open(TST + EXT + '.src').readline().strip()
+            fl = open(TST + stableWHAT + '.src').readline().strip()
             if fl.startswith('$RELSRCDIR/'):
                 fl = fl[11:]
                 while fl.startswith('../'):
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to