Find notif keeper on SL6, in case testsuite is launched from startup scripts.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 17 Jul 2012 12:40:37 +0000 (12:40 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 17 Jul 2012 12:40:37 +0000 (12:40 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh

index 683fcf8..899db05 100755 (executable)
@@ -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