]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
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 2a63cfe77f230996d0c6c5c5c10812299d9e5872..98ca1e016df38cbcf4e63b3c2a9852d73e155a26 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 7b9fbe1a6d9d8d5a59544c31674256fcda747ac0..b8b54a9b95b52cf61d2da0730f2c6dabc65d3fe2 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