Skip to content

Commit

Permalink
feat: log error message on test action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
AldanTanneo committed Nov 14, 2024
1 parent fde4c81 commit 275cd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alr/alr-commands-test.adb
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ package body Alr.Commands.Test is
when E : Alire.Checked_Error =>
Reporters.End_Test (R, Testing.Fail, Clock - Start, Output);
Trace.Detail (Output.Flatten (Newline));
Alire.Errors.Pretty_Print (Alire.Errors.Get (E));
Some_Failed := True;

Output.Append ("****** Checked Error raised during test:");
Expand Down

0 comments on commit 275cd66

Please sign in to comment.