Browse Source

Use seplog name for separate chunck output file

Pierre Muller 11 months ago
parent
commit
26a49835b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/utils/gparmake.pp

+ 2 - 2
tests/utils/gparmake.pp

@@ -42,7 +42,7 @@ procedure WriteChunkRule(rulenr: longint; const dirname, files: ansistring);
     write(#9'$(Q)$(DOTEST) $(DOTESTOPT) -Lchunk',rulestr,' -e ',files);
     if doredirect then
       begin
-        redirectfile:='$(TEST_OUTPUTDIR)/sep_log.chunk'+rulestr;
+        redirectfile:='$(TEST_OUTPUTDIR)/seplog.chunk'+rulestr;
 	writeln(' > '+redirectfile);
       end
     else
@@ -189,7 +189,7 @@ Function ProcessArgs: longint;
 
 procedure WriteWrapperRules(totalchunks: longint);
   const
-    lognames: array[1..4] of string[11] = ('log','faillist','longlog','sep_log');
+    lognames: array[1..4] of string[11] = ('log','faillist','longlog','seplog');
   var
     logi,
     i: longint;