diff --git a/.ci/fluent_test_runner.py b/.ci/fluent_test_runner.py index 35bae66a16f..ad03c9b5ea0 100644 --- a/.ci/fluent_test_runner.py +++ b/.ci/fluent_test_runner.py @@ -100,7 +100,7 @@ def _run_single_test( if "Expected exception" in line: # for check_assert.py container.stop() else: - raise FluentRuntimeError(line) + raise FluentRuntimeError(stderr) sleep(1) print(container.logs(stderr=True).decode()) container.remove()