Utils-eurocon: remove bla message
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 28 Feb 2011 13:09:55 +0000 (15:09 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 28 Feb 2011 18:11:26 +0000 (20:11 +0200)
Utils/test-socket-signal/test/eurocon/super_run_if
Utils/test-socket-signal/test/eurocon/super_run_stop

index 2a63cfe..98ca1e0 100755 (executable)
@@ -5,6 +5,5 @@ ID=1
 IFS=','
 
 while read host1 port1 host2 port2; do
-       echo "bla"
        xterm -e /bin/bash -l -c "cd /home/razvan/projects/p2p-next/P2P-Testing-Infrastructure/Utils/test-socket-signal/test/eurocon && ./all_run_if $host1 $port1 $host2 $port2 $ID" &
 done < pairs-ifdown
index 7b9fbe1..b8b54a9 100755 (executable)
@@ -5,6 +5,5 @@ ID=1
 IFS=','
 
 while read host1 port1 host2 port2; do
-       echo "bla"
        xterm -e /bin/bash -l -c "cd /home/razvan/projects/p2p-next/P2P-Testing-Infrastructure/Utils/test-socket-signal/test/eurocon && ./all_run_stop $host1 $port1 $host2 $port2 $ID" &
 done < pairs-stop