Skip to content

Commit

Permalink
tests: Don't worry about leaks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Nov 3, 2024
1 parent 908df5f commit cabcef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

export ASAN_OPTIONS=detect_leaks=0 # XXX For now, let's not worry about leaks.
all_passed=1

for test in $(ls -p tests | grep -v /); do
Expand Down

0 comments on commit cabcef9

Please sign in to comment.