Skip to content

Commit

Permalink
Use properties in the valgrind factory
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Nov 23, 2024
1 parent 2838e86 commit db5f2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/custom/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ def setup(self, parallel, branch, **kwargs):
"--gen-suppressions=all",
"--track-origins=yes",
"--trace-children=yes",
"--suppressions=./Misc/valgrind-python.supp",
util.Interpolate("--suppressions=%(prop:builddir)s/build/Misc/valgrind-python.supp"),
"./python",
"-m", "test",
*self.testFlags,
Expand Down

0 comments on commit db5f2b1

Please sign in to comment.