Skip to content

Commit

Permalink
wip: add dbg code
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-zededa committed Jun 14, 2024
1 parent a5eea4c commit d970548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lim/lim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ func TestInfo(t *testing.T) {
tc.AddProcInfo(edgeNode, func(ei *info.ZInfoMsg) error {
return func(t *testing.T, edgeNode *device.Ctx,
ei *info.ZInfoMsg) error {

fmt.Printf(">>> got info %+v\n", ei)
name := edgeNode.GetID()
if query != nil {
if einfo.ZInfoFind(ei, query) {
Expand Down

0 comments on commit d970548

Please sign in to comment.