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 dfc3852 commit 6518703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Run test
run: |
python3 -v ./build/tests/memory_leak.py
python3 ./build/tests/memory_leak.py
timeout-minutes: 15

- name: Kill Zenoh router
Expand Down
2 changes: 1 addition & 1 deletion tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,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 6518703

Please sign in to comment.