vunit_get_test_log
Get the per-test log output to see why a test failed. Returns last 100 lines by default and appends structured check results when VUnit checks fail.
Instructions
Get the log output for one test (the per-test output.txt), which is
how you see WHY a test failed. test_name is the full name from
vunit_list_tests / vunit_get_report. Returns the last 100 lines by
default (failure info appears at the end); pass a larger lines for
more context. When the log contains failing VUnit checks, a
structured "Check results" section is appended after the log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |