This is an automated email from the ASF dual-hosted git repository. hgruszecki pushed a commit to branch 1889-test-examples in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 80b6a465ffd24d47ad77bda4da6f8e47b320e7c9 Author: Huan-Cheng Chang <[email protected]> AuthorDate: Sun Sep 28 17:11:25 2025 +0100 fix --- scripts/run-python-examples-from-readme.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/run-python-examples-from-readme.sh b/scripts/run-python-examples-from-readme.sh index 7d6fc6997..ab6c81f88 100755 --- a/scripts/run-python-examples-from-readme.sh +++ b/scripts/run-python-examples-from-readme.sh @@ -95,8 +95,6 @@ done cd examples/python || exit 1 -exit_code=0 - # Execute all example commands from examples/python/README.md and check if they pass or fail exit_code=0 if [ -f "README.md" ]; then
