From 0767948c4a998b1dabcdf18628df1e81d56f6186 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 17 Jul 2012 12:40:37 +0000 Subject: [PATCH] Find notif keeper on SL6, in case testsuite is launched from startup scripts. --- org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3