diff options
Diffstat (limited to 'run_single_test.py')
-rwxr-xr-x | run_single_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_single_test.py b/run_single_test.py index 703f0a6..4d70507 100755 --- a/run_single_test.py +++ b/run_single_test.py @@ -57,7 +57,7 @@ def main() -> None: failed = True else: msg = mlog.green('PASS:') - mlog.log(msg, test.display_name()) + mlog.log(msg, *test.display_name()) if result is not None and result.msg and 'MESON_SKIP_TEST' not in result.stdo: mlog.log('reason:', result.msg) if result.step is BuildStep.configure: |