Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 13, 2024
1 parent 18a2220 commit 7617ef0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ def query_and_queryable(query_cmd, queryable_cmd):


if __name__ == "__main__":
print("!!!!! Start")
signal.signal(signal.SIGINT, signal.SIG_IGN)
print("!!!!! Signal set")
EXIT_STATUS = 0

# Test failure mode
Expand Down Expand Up @@ -186,4 +184,4 @@ def query_and_queryable(query_cmd, queryable_cmd):
# if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1:
# EXIT_STATUS = 1
# Exit
sys.exit(EXIT_STATUS)
# sys.exit(EXIT_STATUS)

0 comments on commit 7617ef0

Please sign in to comment.