diff options
Diffstat (limited to 'coverage')
-rwxr-xr-x | coverage/scripts/02-hello.sh | 1 | ||||
-rwxr-xr-x | coverage/scripts/run-test.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/coverage/scripts/02-hello.sh b/coverage/scripts/02-hello.sh index de6e2de4..a490f127 100755 --- a/coverage/scripts/02-hello.sh +++ b/coverage/scripts/02-hello.sh @@ -60,6 +60,7 @@ hello getctx hello setctx "some-text-2" hello getctx hello info +hello settings hello verbose {"level":2,"message":"hello"} hello eventloop hello dbus false diff --git a/coverage/scripts/run-test.sh b/coverage/scripts/run-test.sh index 5d1b9a96..be083654 100755 --- a/coverage/scripts/run-test.sh +++ b/coverage/scripts/run-test.sh @@ -122,6 +122,7 @@ $R/bin/afb-daemon-cov \ --traceevt all \ --traceglob none \ --monitoring \ + --set hello/key:a-kind-of-text \ --call demat/ping:true \ --call hello/ping:false \ --ws-server unix:$R/apis/ws/hello \ |