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 43d74ee commit be9d468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/memory_leak.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import time

# Specify the directory for the binaries
# DIR_EXAMPLES = "build/examples"
DIR_EXAMPLES = "build/examples"

# NO_LEAK_OUTPUT = "All heap blocks were freed -- no leaks are possible"
NO_LEAK_OUTPUT = "All heap blocks were freed -- no leaks are possible"

# VALGRIND_CMD = f"stdbuf -oL -eL valgrind --leak-check=full ./{DIR_EXAMPLES}/"
VALGRIND_CMD = f"stdbuf -oL -eL valgrind --leak-check=full ./{DIR_EXAMPLES}/"


def failure_mode(fail_cmd):
Expand Down

0 comments on commit be9d468

Please sign in to comment.