diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-04 15:58:02 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-07-04 16:56:45 +0200 |
commit | 425458b99b65ada911c21ba1896a5733541e5170 (patch) | |
tree | b387350d430626f4a0830adb9007827cac3e9c87 /coverage/scripts | |
parent | 26286eb5a7af0b58ec602afda45eb021cc21d104 (diff) |
afb-trace: Fix bug in tracing of afb_req_get_client_info
The utility wrap-json distinguishes o from O, the latest
increment the reference count, as expected.
Bug-AGL: SPEC-1563
Change-Id: I4490ac894059e47abf1e2474aab07249b862e985
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/scripts')
-rwxr-xr-x | coverage/scripts/02-hello.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/coverage/scripts/02-hello.sh b/coverage/scripts/02-hello.sh index 916892f7..579a3f06 100755 --- a/coverage/scripts/02-hello.sh +++ b/coverage/scripts/02-hello.sh @@ -44,10 +44,7 @@ hello setctxif "some-text-1" hello getctx hello setctx "some-text-2" hello getctx -#------------------------ -# TODO bug to be fixed! -#hello info -#------------------------ +hello info hello verbose {"level":2,"message":"hello"} EOC |