From: František Dvořák Date: Tue, 17 Jul 2012 12:40:37 +0000 (+0000) Subject: Find notif keeper on SL6, in case testsuite is launched from startup scripts. X-Git-Tag: gridsite-core_R_1_7_22~20 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0767948c4a998b1dabcdf18628df1e81d56f6186;p=jra1mw.git Find notif keeper on SL6, in case testsuite is launched from startup scripts. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh index 683fcf8..899db05 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh @@ -104,7 +104,7 @@ else fi printf "Checking for presence of the notif-keeper tool... " -NOTIFKEEPER=`which $LBNOTIFKEEPER` +NOTIFKEEPER=`PATH=/sbin:$GLITE_LOCATION/sbin:$GLITE_LB_LOCATION/sbin which $LBNOTIFKEEPER` if [ ! -f "$NOTIFKEEPER" ]; then printf "Not present" test_skipped