From 0ee671a93e57c49ed52a3a83c3da0dee4a7d88b5 Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Wed, 18 Dec 2024 13:10:44 -0500 Subject: [PATCH] ci: fix --- .ci/fluent_test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()