Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 12, 2024
1 parent b129ff6 commit d81a621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def query_and_queryable(query_cmd, queryable_cmd):
# if query_and_queryable('z_get_liveliness', 'z_liveliness') == 1:
# EXIT_STATUS = 1
# Test liveliness subscriber
# print("*** Liveliness subscriber test ***")
# if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1:
# EXIT_STATUS = 1
## Exit
print("*** Liveliness subscriber test ***")
if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1:
EXIT_STATUS = 1
# Exit
sys.exit(EXIT_STATUS)

0 comments on commit d81a621

Please sign in to comment.