From 1d74c9da7dc716e3add5163859d3a4d8a10be467 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 17 May 2018 11:44:09 +0200 Subject: afb-client-demo: Add option -e/--echo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This option prints the command sent in the same way that it prints the received actions. Change-Id: I55d74f7b8645185f93e3b163cb772c8eb515fad0 Signed-off-by: José Bollo --- stress-clients.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stress-clients.sh') 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 -- cgit 1.2.3-korg