Browse Source

* Add dash between hostname and date in digest-tarfile

git-svn-id: trunk@9895 -
joost 17 years ago
parent
commit
efa0484979
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-fpcunit/src/digesttestreport.pp

+ 1 - 1
packages/fcl-fpcunit/src/digesttestreport.pp

@@ -229,7 +229,7 @@ var TarWriter : TTarWriter;
 
 
 begin
-  TarFileName:= FHostName+FormatDateTime('yyyymmddhhmm',Now)+'.tar.gz';
+  TarFileName:= FHostName+'-'+FormatDateTime('yyyymmddhhmm',Now)+'.tar.gz';
   getdir(0,OldDir);
   Chdir(FOutputDir);