Update of /cvsroot/monetdb/MonetDB5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5951/MonetDB5
Modified Files:
RunMtest.in
Log Message:
added "*--help" usage message tests for tools/scripts in MonetDB5/src/tools/
Correct/expected stable output for all added tests needs to be
checked/fixed/provided
by the respective maintainer(s);
see TestWeb tomorrow morning.
Index: RunMtest.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/RunMtest.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- RunMtest.in 19 Jul 2007 09:38:30 -0000 1.28
+++ RunMtest.in 18 Aug 2007 23:37:48 -0000 1.29
@@ -35,10 +35,12 @@
fi
# enhance various paths to find our stuff
-if [ -s "${builddir}/src/tools/monetdb5-config" ] ; then
- chmod +x "${builddir}/src/tools/monetdb5-config"
-fi
-PATH="${builddir}/src/tools:$PATH"
+for x in "${builddir}/src/tools/monetdb5-config"
"${srcdir}/src/tools/mchkpnt" "${srcdir}/src/tools/mrecover" ; do
+ if [ -s $x ] ; then
+ chmod +x $x
+ fi
+done
+PATH="${builddir}/src/tools:${srcdir}/src/tools:$PATH"
libpath="${MOD_PATH}:${builddir}/src/mal/.libs"
LD_LIBRARY_PATH="${libpath}${LD_LIBRARY_PATH}"
if [ "${uname}" = "Darwin" ] ; 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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins