Update of /cvsroot/monetdb/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18264/sql

Modified Files:
      Tag: SQL_2-20
        RunMtest.bat.in RunMtest.in 
Log Message:

make sure python finds the not yet installed mometdb(5).py from 
src/backends/monet[45]/
during `sh RunMtest` (aka. `make check`)


Index: RunMtest.in
===================================================================
RCS file: /cvsroot/monetdb/sql/RunMtest.in,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- RunMtest.in 12 Sep 2007 14:50:37 -0000      1.32
+++ RunMtest.in 26 Oct 2007 21:12:53 -0000      1.32.2.1
@@ -54,6 +54,9 @@
 PATH="${binpath}:$PATH"
 export PATH
 
+PYTHONPATH="${builddir}/src/backends/monet$V:$PYTHONPATH"
+export PYTHONPATH
+
 if [ "${LD_LIBRARY_PATH}" ] ; then
        LD_LIBRARY_PATH=":${LD_LIBRARY_PATH}"
 fi

Index: RunMtest.bat.in
===================================================================
RCS file: /cvsroot/monetdb/sql/RunMtest.bat.in,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -u -d -r1.22.2.2 -r1.22.2.3
--- RunMtest.bat.in     5 Oct 2007 13:16:27 -0000       1.22.2.2
+++ RunMtest.bat.in     26 Oct 2007 21:12:53 -0000      1.22.2.3
@@ -33,7 +33,7 @@
 set PATH=%builddir%\src\backends\monet%V%;%PATH%
 set PATH=%builddir%\conf;%PATH%
 
-if %V% == 4 set PYTHONPATH=%builddir%\src\backends\monet4;%PYTHONPATH%
+set PYTHONPATH=%builddir%\src\backends\monet%V%;%PYTHONPATH%
 
 REM execute Mtest.py in the source directory
 pushd %srcdir%


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to