[all-commits] [llvm/llvm-project] c6ac07: [Dexter] Add option to Dexter to name results base...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Tue Jul 15 03:17:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6ac07b95a544c4ea3603792622d99c5cecb7a41
https://github.com/llvm/llvm-project/commit/c6ac07b95a544c4ea3603792622d99c5cecb7a41
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/dex/tools/TestToolBase.py
Log Message:
-----------
[Dexter] Add option to Dexter to name results based on directory (#148611)
As a legacy of Dexter's role as a test runner, it selects a name for
result files based on the relative path from the test root to each
individual test. Since Dexter no longer takes a test directory as an
argument, only the basename for each test is ever used. This patch adds
an optional --test-root-dir argument, allowing for relative paths to be
used for result files again.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list