From: František Dvořák Date: Mon, 28 Feb 2011 19:16:22 +0000 (+0000) Subject: New location of the examples. X-Git-Tag: glite-lb-client-java_R_1_1_1_1~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=878b3705493532cc10451327bf011862121fbafd;p=jra1mw.git New location of the examples. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-common.sh b/org.glite.testsuites.ctb/LB/tests/lb-common.sh index 352e274..6fef4cf 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common.sh @@ -38,6 +38,12 @@ ulimit -c unlimited GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite} SAME_SENSOR_HOME=${SAME_SENSOR_HOME:-.} PATH=$GLITE_LOCATION/bin:$GLITE_LOCATION/examples:$PATH +for libdir in lib lib64; do + examples="$GLITE_LOCATION/$libdir/glite-lb/examples" + if test -d "$examples"; then + PATH="$examples:$PATH" + fi +done export PATH # LB binaries