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

Add URLPREFIX earlier so that temporal.sql.src can be dealt with.
The src link goes too far up so that there were no more /'s left.


diffs (21 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1864,7 +1864,7 @@ def RunTest(env, TST, BusyPorts, COND, o
             pass
 
         if REV:
-            d = '%s/%s' % (url(TSTDIR), TSTSUFF)
+            d = '%s%s/%s' % (URLPREFIX, url(TSTDIR), TSTSUFF)
             if os.path.isfile(TST + EXT + '.src'):
                 f = open(TST + EXT + '.src').readline().strip()
                 if f.startswith('$RELSRCDIR/'):
@@ -1877,7 +1877,7 @@ def RunTest(env, TST, BusyPorts, COND, o
                 f = '%s/%s%s.in' % (d, TST, EXT)
             else:
                 f = '%s/%s%s' % (d, TST, EXT)
-            hglink = ' (id <a href="%s%s">%s</a>)' % (URLPREFIX, f, REV)
+            hglink = ' (id <a href="%s">%s</a>)' % (f, REV)
         else:
             hglink = ''
         diff_html = open('%s.out.diff.html' % TST,"w")
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to