Skip to content

Commit

Permalink
[run.d] print failed command for failed unit tests (#20620)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored Dec 30, 2024
1 parent 3f90de4 commit da1b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/run.d
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Options:
{
const string name = target.filename
? target.normalizedTestName
: "`unit` tests";
: "`unit` tests: " ~ (cast(string)unitTestRunnerCommand) ~ join(target.args, " ");

writeln(">>> TARGET FAILED: ", name);
synchronized failedTargets ~= name;
Expand Down

0 comments on commit da1b69a

Please sign in to comment.