mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* don't try to run tests for shouldfail tests
git-svn-id: trunk@6305 -
This commit is contained in:
parent
f0b32e91be
commit
0e54433c75
@ -1177,7 +1177,7 @@ begin
|
||||
Res:=RunCompiler;
|
||||
end;
|
||||
|
||||
if Res then
|
||||
if Res and (not Config.ShouldFail) then
|
||||
begin
|
||||
if (Config.NoRun) then
|
||||
begin
|
||||
@ -1195,7 +1195,7 @@ begin
|
||||
end
|
||||
else
|
||||
begin
|
||||
if (not Config.ShouldFail) and DoExecute then
|
||||
if DoExecute then
|
||||
begin
|
||||
if FileExists(TestOutputFilename(PPFile,'ppu')) or
|
||||
FileExists(TestOutputFilename(PPFile,'ppo')) or
|
||||
|
Loading…
Reference in New Issue
Block a user