mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:49:27 +02:00
LazDebugger Tests: Improve error feedback
git-svn-id: trunk@61149 -
This commit is contained in:
parent
1b35c31849
commit
dec42c1e4d
@ -641,7 +641,7 @@ begin
|
||||
LogText(Compiler.LastCompileCommandLine+LineEnding + '*******************' +LineEnding+LineEnding );
|
||||
except
|
||||
On E: Exception do begin
|
||||
TestTrue('Compile '+PrgName + ' GOT: '+ Compiler.LastCompileOutput, False);
|
||||
TestTrue('Compile '+PrgName + ' GOT: '+ E.Message+ LineEnding + Compiler.LastCompileOutput, False);
|
||||
AssertTestErrors;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user