Skip to content

Commit

Permalink
Use a relative path for the valgrind suppression file
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Nov 23, 2024
1 parent 864027c commit ea0ecad
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=$(PWD)/Misc/valgrind-python.supp",
"--suppressions=./Misc/valgrind-python.supp",
"./python",
"-m", "test",
*self.testFlags,
Expand Down

0 comments on commit ea0ecad

Please sign in to comment.