From: Zdeněk Šustr Date: Fri, 27 Jul 2012 08:50:30 +0000 (+0000) Subject: Call notif keeper with full path X-Git-Tag: gridsite-core_R_1_7_22~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e0777cfb5af559927623fa4976bc423f28dcc1e0;p=jra1mw.git Call notif keeper with full path --- 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 2755a99..07e4587 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 @@ -189,7 +189,7 @@ test_done test_done printf "Running notif-keeper (notify on all my jobs)... $NL" - $LBNOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF + $NOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF printf "Registering job..." jobid=`${LBJOBREG} -m ${GLITE_WMS_QUERY_SERVER} -s application 2>&1 | $SYS_GREP "new jobid" | ${SYS_AWK} '{ print $3 }'` @@ -223,7 +223,7 @@ test_done test_done printf "Re-running notif-keeper... $NL" - $LBNOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF + $NOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF printf "Registering job..." jobid=`${LBJOBREG} -m ${GLITE_WMS_QUERY_SERVER} -s application 2>&1 | $SYS_GREP "new jobid" | ${SYS_AWK} '{ print $3 }'` @@ -269,7 +269,7 @@ test_done test_done printf "Re-running notif-keeper... $NL" - $LBNOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF + $NOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF printf "Registering job..." jobid=`${LBJOBREG} -m ${GLITE_WMS_QUERY_SERVER} -s application 2>&1 | $SYS_GREP "new jobid" | ${SYS_AWK} '{ print $3 }'` @@ -316,7 +316,7 @@ test_done test_done printf "Re-running notif-keeper... $NL" - $LBNOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF + $NOTIFKEEPER --file-prefix $NOTIFPREFIX --site-notif $SITENOTIF kill $recpid >/dev/null 2>&1