Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 12, 2024
1 parent 62bfa28 commit 23c811d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,7 @@ jobs:
- name: Run test
run: |
which python3
python3 --version
ls -la ./build/tests/memory_leak.py
python3 ./build/tests/memory_leak.py
python3 -v ./build/tests/memory_leak.py
timeout-minutes: 15

- name: Kill Zenoh router
Expand Down
2 changes: 2 additions & 0 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ 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

0 comments on commit 23c811d

Please sign in to comment.