Skip to content
Snippets Groups Projects
Commit a67be478 authored by Jonah Husson's avatar Jonah Husson
Browse files

Fix broadcast name arg

parent 656c657e
Branches
No related tags found
2 merge requests!68Master merge,!39Xx 4353/fix broadcast
...@@ -1077,7 +1077,7 @@ echo "FILE TRANSFER FINISHED..." ...@@ -1077,7 +1077,7 @@ echo "FILE TRANSFER FINISHED..."
# echo "TESTING BROADCAST CHANNELS..." # echo "TESTING BROADCAST CHANNELS..."
# New broadcast channel... # New broadcast channel...
CLIENTCMD="timeout 240s ../bin/client broadcast --password hello --ndf results/ndf.json --waitTimeout 1800 -l $CLIENTOUT/client130.log -s blob130 --new --name \"broadcast_test\" --description \"Integration test channel\" --chanPath results/integration-channel.json --keyPath results/integration-chan-key.pem --receiveCount 0" CLIENTCMD="timeout 240s ../bin/client broadcast --password hello --ndf results/ndf.json --waitTimeout 1800 -l $CLIENTOUT/client130.log -s blob130 --new --channelName \"broadcast_test\" --description \"Integration test channel\" --chanPath results/integration-channel.json --keyPath results/integration-chan-key.pem --receiveCount 0"
eval $CLIENTCMD >> $CLIENTOUT/client130.txt & eval $CLIENTCMD >> $CLIENTOUT/client130.txt &
PIDVAL1=$! PIDVAL1=$!
echo "$CLIENTCMD -- $PIDVAL1" echo "$CLIENTCMD -- $PIDVAL1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment