Skip to content

Commit 7936141

Browse files
committed
Run rr with ASAN_OPTIONS=detect_leaks=0 for now.
1 parent 653c6ff commit 7936141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/util.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ cd $workdir
200200
baseworkdir=$(basename ${workdir})
201201
nonce=${baseworkdir#rr-test-$TESTNAME-}
202202

203+
# Do not request leak reports for now
204+
export ASAN_OPTIONS=detect_leaks=0
205+
203206
##--------------------------------------------------
204207
## Now we come to the helpers available to test runners. This is the
205208
## testing "API".

0 commit comments

Comments
 (0)