buildframework/helium/tools/publish/evalidmd5.patch
author raptorbot <raptorbot@systemstesthead.symbian.intra>
Mon, 18 Jan 2010 19:20:12 +0000
branchwip
changeset 135 0092642f198e
parent 1 be27ed110b50
permissions -rw-r--r--
Elimitate those testing messups that result from the case of the drive letter in SBS_HOME or EPOCROOT

--- oldevalidmd5.pm	Mon Mar 12 13:49:20 2007
+++ evalidmd5.pm	Fri Aug 10 10:29:34 2007
@@ -223,7 +223,7 @@
     open LIST, "$iListFile" or croak "Cannot open $iListFile\n";
     while(<LIST>)
     {
-      my $iFileName = $iDir."/".$_;
+      chomp(my $iFileName = $iDir."/".$_);
       if(-e $iFileName)
       {
         # The listed file exists add to the @iFileList