LazDebugger Tests: Improve error feedback

git-svn-id: trunk@61149 -
This commit is contained in:
martin 2019-05-05 15:29:58 +00:00
parent 1b35c31849
commit dec42c1e4d

View File

@ -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;