Skip to content

Commit 38e8249

Browse files
committed
Do not trace children in valgrind builder
1 parent 15bf167 commit 38e8249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ def setup(self, parallel, branch, **kwargs):
12751275
"--error-exitcode=10",
12761276
"--gen-suppressions=all",
12771277
"--track-origins=yes",
1278-
"--trace-children=yes",
1278+
"--trace-children=no",
12791279
util.Interpolate("--suppressions=%(prop:builddir)s/build/Misc/valgrind-python.supp"),
12801280
"./python",
12811281
"-m", "test",

0 commit comments

Comments
 (0)