Skip to content

Commit

Permalink
Print a message when selftest succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
takikawa authored and wingo committed Jul 25, 2017
1 parent 5952427 commit 6e4e411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/flow_export/flow_export.lua
Expand Up @@ -297,4 +297,6 @@ function selftest()

nf:process_packet(pkt)
assert(result.value.pkt_count == 2)

print("selftest ok")
end

0 comments on commit 6e4e411

Please sign in to comment.