We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7104049 commit 6973a53Copy full SHA for 6973a53
1 file changed
.github/workflows/pika.yml
@@ -273,7 +273,7 @@ jobs:
273
cp deps/lib/libz.1.dylib .
274
cp deps/lib/libz.1.dylib tests/integration/
275
rm -rf ./buildtrees
276
- sed -i '' 's/exec leaks/exec echo "0 leaks"/g' tests/unit/basic.tcl || true
+ find tests -name "*.tcl" -exec sed -i '' 's/exec leaks/exec echo "0 leaks"/g' {} +
277
278
- name: Unit Test
279
working-directory: ${{ github.workspace }}
0 commit comments