Make msg client listen on the correct topic
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 12 Apr 2011 20:03:41 +0000 (20:03 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 12 Apr 2011 20:03:41 +0000 (20:03 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh

index 6ffbc2b..870aaf8 100755 (executable)
@@ -153,7 +153,7 @@ else
                                printf "connecting to broker $BROKER... "
 
                                #Start listening for notifications
-                               ${LBCMSCLIENT} ${BROKER} > $$_notifications.txt &
+                               ${LBCMSCLIENT} ${BROKER} grid.emi.lbtest > $$_notifications.txt &
                                recpid=$!
                                test_done