coverage: Improve coverage test
[src/app-framework-binder.git] / coverage / scripts / 00-trace.sh
index 27edc5b..247be61 100755 (executable)
@@ -2,6 +2,7 @@
 
 $R/bin/afb-client -k $WSURL <<EOC &
 monitor trace {"add":{"tag":"fun","api":"*","request":"*","event":"*","session":"*","global":"*"}}
-monitor trace {"add":{"tag":"T","api":"*","request":"*","event":"*","session":"*","global":"*"}}
+monitor trace {"add":{"tag":"T","api":"!(monitor)","request":"*","event":"*","session":"*","global":"*"}}
+monitor trace {"add":{"tag":"T","api":"monitor","request":"none"}}
 monitor trace {"drop":{"tag":"fun"}}
 EOC