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

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

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


Index: RunMtest.in
===================================================================
RCS file: /cvsroot/monetdb/sql/RunMtest.in,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -d -r1.32.2.1 -r1.32.2.2
--- RunMtest.in 26 Oct 2007 21:12:53 -0000      1.32.2.1
+++ RunMtest.in 27 Oct 2007 16:02:43 -0000      1.32.2.2
@@ -54,7 +54,7 @@
 PATH="${binpath}:$PATH"
 export PATH
 
-PYTHONPATH="${builddir}/src/backends/monet$V:$PYTHONPATH"
+PYTHONPATH="${builddir}/src/backends/monet$V/.libs:${builddir}/src/backends/monet$V:$PYTHONPATH"
 export PYTHONPATH
 
 if [ "${LD_LIBRARY_PATH}" ] ; then


-------------------------------------------------------------------------
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