Browse Source

Use GetProcessId number for UniqueSuffix if -L is used without parameter

git-svn-id: trunk@39390 -
pierre 7 years ago
parent
commit
f36ac3adbd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/utils/dotest.pp

+ 2 - 0
tests/utils/dotest.pp

@@ -1613,6 +1613,8 @@ procedure getargs;
 
      'L' : begin
              UniqueSuffix:=Para;
+             if UniqueSuffix='' then
+               UniqueSuffix:=toStr(system.GetProcessID);
            end;
 
      'M' : EmulatorName:=Para;