mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 16:19:35 +02:00
Rename separate logs to use sep_log prefix
This commit is contained in:
parent
70998b6720
commit
7e07a36fe4
@ -41,7 +41,7 @@ procedure WriteChunkRule(rulenr: longint; const dirname, files: ansistring);
|
||||
write(#9'$(Q)$(DOTEST) $(DOTESTOPT) -Lchunk',rulestr,' -e ',files);
|
||||
if doredirect then
|
||||
begin
|
||||
redirectfile:=dirname+DirectorySeparator+rulestr+'.log';
|
||||
redirectfile:='$(TEST_OUTPUTDIR)/sep_log.chunk'+rulestr;
|
||||
writeln(' > '+redirectfile);
|
||||
end
|
||||
else
|
||||
@ -188,7 +188,7 @@ Function ProcessArgs: longint;
|
||||
|
||||
procedure WriteWrapperRules(totalchunks: longint);
|
||||
const
|
||||
lognames: array[1..4] of string[11] = ('log','faillist','longlog','orderedlog');
|
||||
lognames: array[1..4] of string[11] = ('log','faillist','longlog','sep_log');
|
||||
var
|
||||
logi,
|
||||
i: longint;
|
||||
|
Loading…
Reference in New Issue
Block a user