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 c5a98e479c7db9515d96ca039cdfc59c3078d9ff Author: Huan-Cheng Chang <[email protected]> AuthorDate: Sun Sep 28 10:40:12 2025 +0100 fix --- scripts/run-python-examples-from-readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-python-examples-from-readme.sh b/scripts/run-python-examples-from-readme.sh index 84cc1cf6c..e252950ef 100755 --- a/scripts/run-python-examples-from-readme.sh +++ b/scripts/run-python-examples-from-readme.sh @@ -115,7 +115,7 @@ if [ -f "README.md" ]; then set +e eval "timeout 10 ${command}" - test_exit_code=0 + test_exit_code=$? set -e # Stop at first failure
