diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-05-17 11:44:09 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-06-13 17:15:04 +0200 |
commit | 1d74c9da7dc716e3add5163859d3a4d8a10be467 (patch) | |
tree | 6bc9f0c404b47ac4a5cb700b006a09811e9ff25c /stress-clients.sh | |
parent | 4ead03856ae53c8aa292f7e81faecbc4c57eafaf (diff) |
afb-client-demo: Add option -e/--echo
This option prints the command sent in the same way that it prints
the received actions.
Change-Id: I55d74f7b8645185f93e3b163cb772c8eb515fad0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'stress-clients.sh')
-rwxr-xr-x | stress-clients.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stress-clients.sh b/stress-clients.sh index 4e1d1d64..d2085e4a 100755 --- a/stress-clients.sh +++ b/stress-clients.sh @@ -4,7 +4,7 @@ ROOT=$(dirname $0) echo ROOT=$ROOT AFB=$ROOT/build/src/afb-daemon -CLI=$ROOT/build/src/afb-client-demo +CLI="$ROOT/build/src/afb-client-demo -e" HELLO=build/bindings/samples/helloWorld.so PORT=12345 TEST=test |