Changeset: 5dfd65d9db30 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5dfd65d9db30 Modified Files: monetdb4/tests/mapi/examples/C/Tests/perl_dbi.MIL.sh monetdb4/tests/mapi/examples/C/Tests/sample0.MIL.sh monetdb4/tests/mapi/examples/C/Tests/sample1.MIL.sh monetdb4/tests/mapi/examples/C/Tests/sample2.MIL.sh monetdb4/tests/mapi/examples/C/Tests/sample3.MIL.sh monetdb4/tests/mapi/examples/C/Tests/sample4.MIL.sh monetdb4/tests/mapi/examples/C/Tests/smack00.MIL.sh monetdb4/tests/mapi/examples/C/Tests/smack01-slow.MIL.sh monetdb4/tests/mapi/examples/C/Tests/smack01.MIL.sh Branch: Mar2011 Log Message:
monetdb-clients-config does not exist anymore diffs (95 lines): diff --git a/monetdb4/tests/mapi/examples/C/Tests/perl_dbi.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/perl_dbi.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/perl_dbi.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/perl_dbi.MIL.sh @@ -1,9 +1,6 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - -PERLLIB="`monetdb-clients-config --perllibdir`" -export PERLLIB +#PERLLIB="`monetdb-clients-config --perllibdir`" +#export PERLLIB Mlog -x "milsample.pl $MAPIPORT $TSTDB" diff --git a/monetdb4/tests/mapi/examples/C/Tests/sample0.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/sample0.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/sample0.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/sample0.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x "sample0 $HOST $MAPIPORT mil" diff --git a/monetdb4/tests/mapi/examples/C/Tests/sample1.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/sample1.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/sample1.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/sample1.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x "sample1 $HOST $MAPIPORT mil" diff --git a/monetdb4/tests/mapi/examples/C/Tests/sample2.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/sample2.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/sample2.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/sample2.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x "sample2 $HOST $MAPIPORT mil" diff --git a/monetdb4/tests/mapi/examples/C/Tests/sample3.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/sample3.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/sample3.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/sample3.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x "sample3 $HOST $MAPIPORT mil" diff --git a/monetdb4/tests/mapi/examples/C/Tests/sample4.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/sample4.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/sample4.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/sample4.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x "sample4 $HOST $MAPIPORT mil" diff --git a/monetdb4/tests/mapi/examples/C/Tests/smack00.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/smack00.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/smack00.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/smack00.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x "smack00 $MAPIPORT" diff --git a/monetdb4/tests/mapi/examples/C/Tests/smack01-slow.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/smack01-slow.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/smack01-slow.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/smack01-slow.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x smack01 $MAPIPORT mil diff --git a/monetdb4/tests/mapi/examples/C/Tests/smack01.MIL.sh b/monetdb4/tests/mapi/examples/C/Tests/smack01.MIL.sh --- a/monetdb4/tests/mapi/examples/C/Tests/smack01.MIL.sh +++ b/monetdb4/tests/mapi/examples/C/Tests/smack01.MIL.sh @@ -1,6 +1,3 @@ #!/bin/sh -PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH" -export PATH - Mlog -x smack01 $MAPIPORT mil _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
