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 be9d468 commit 6a56d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def query_and_queryable(query_cmd, queryable_cmd):

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

## Test failure mode
Expand Down

0 comments on commit 6a56d82

Please sign in to comment.