common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.pl
changeset 552 8018a074606b
parent 452 a95e14867851
child 663 27b2711afab1
--- a/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.pl	Tue Sep 29 17:34:45 2009 +0100
+++ b/common/tools/ats/bctest/locationsrv/lmsearch/lmsearch.pl	Thu Oct 01 13:19:42 2009 +0100
@@ -20,15 +20,15 @@
 use File::Path;
 
 unlink "lmsearchtest.zip";
-##rmtree "temp";
+rmtree "temp";
 mkpath "temp/lmsearchtest/general/testframework";
 mkpath "temp/lmsearchtest/winscw_udeb";
 
 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
 copy("lmsearch.xml",	"temp/test.xml");
 
-copy($epoc . "release/winscw/udeb/testlmksearchapi.dll",			"temp/lmsearchtest/winscw_udeb/testlmksearchapi.dll");
-copy($epoc . "winscw/c/testframework/TestFramework_lmsearch.ini",	"temp/lmsearchtest/general/testframework/TestFramework_lmsearch.ini");
-copy($epoc . "winscw/c/testframework/testlmksearchapi.cfg",			"temp/lmsearchtest/general/testframework/testlmksearchapi.cfg");
+copy($epoc . "release/winscw/udeb/testlmksearchapi.dll",			"temp/lmsearchtest/winscw_udeb/testlmksearchapi.dll") or die "failed : $!";
+copy($epoc . "winscw/c/testframework/TestFramework_lmsearch.ini",	"temp/lmsearchtest/general/testframework/TestFramework_lmsearch.ini") or die "failed : $!";
+copy($epoc . "winscw/c/testframework/testlmksearchapi.cfg",			"temp/lmsearchtest/general/testframework/testlmksearchapi.cfg") or die "failed : $!";
 
 system("7z a -tzip lmsearchtest.zip ./temp/*");