Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Dec 18, 2024
1 parent 0eb4430 commit 0ee671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/fluent_test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0ee671a

Please sign in to comment.