mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
announce start of each chunk
This commit is contained in:
parent
7e07a36fe4
commit
2db7b8d565
@ -38,6 +38,7 @@ procedure WriteChunkRule(rulenr: longint; const dirname, files: ansistring);
|
||||
begin
|
||||
rulestr:=rulenr2str(rulenr)+dirname;
|
||||
writeln('$(TEST_OUTPUTDIR)/testchunk_',rulestr,'-stamp.$(TEST_FULL_TARGET): testprep-stamp.$(TEST_FULL_TARGET)');
|
||||
writeln(#9'$(Q)$(ECHOREDIR) "Starting testchunk_'+rulestr+'"');
|
||||
write(#9'$(Q)$(DOTEST) $(DOTESTOPT) -Lchunk',rulestr,' -e ',files);
|
||||
if doredirect then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user