We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653c6ff commit 7936141Copy full SHA for 7936141
src/test/util.sh
@@ -200,6 +200,9 @@ cd $workdir
200
baseworkdir=$(basename ${workdir})
201
nonce=${baseworkdir#rr-test-$TESTNAME-}
202
203
+# Do not request leak reports for now
204
+export ASAN_OPTIONS=detect_leaks=0
205
+
206
##--------------------------------------------------
207
## Now we come to the helpers available to test runners. This is the
208
## testing "API".
0 commit comments