Skip to content

Commit

Permalink
* MDF [workflow] more acurate log for v5 test
Browse files Browse the repository at this point in the history
Signed-off-by: wayne <yukang.wei@emqx.io>
  • Loading branch information
StargazerWayne committed Apr 27, 2024
1 parent 929b383 commit bc4dbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/mqtt_test_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_topic_alias():
print("Topic alias test passed!")
return True
else:
print("Sub client did not receive message * 10, only" + cnt.value + "received")
print("Sub client did not receive message * 10, only", cnt.value, "received")
print(s_cmd)
print(p_cmd)
print("Topic alias test failed!")
Expand Down

0 comments on commit bc4dbf3

Please sign in to comment.