Skip to content

Commit c123b04

Browse files
authored
we can print the tests
1 parent 75f5128 commit c123b04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/make.pas

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ Output = record
7171
if RunCommand(Path, ['--all', '--format=plain'], Result) then
7272
OutLog(info, #9'success!')
7373
else
74-
begin
7574
ExitCode += 1;
76-
OutLog(error, Result);
77-
end;
75+
OutLog(audit, Result);
7876
end;
7977

8078
function BuildProject(const Path: string): Output;

0 commit comments

Comments
 (0)