common/tools/ats/smoketest/Group/smoketest.pl
changeset 726 da6b4fd2d1ca
parent 724 dc3b9f6bf48c
child 729 eaa8962bb979
--- a/common/tools/ats/smoketest/Group/smoketest.pl	Mon Nov 02 13:36:09 2009 +0000
+++ b/common/tools/ats/smoketest/Group/smoketest.pl	Mon Nov 02 13:46:30 2009 +0000
@@ -11,7 +11,6 @@
 mkpath "temp/smoketest/sms/general";
 mkpath "temp/smoketest/emailmessage/general";
 mkpath "temp/smoketest/emailsettings/general";
-mkpath "temp/smoketest/general/TestFramework";
 
 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
 copy("smoketest.xml",												"temp/test.xml");
@@ -49,6 +48,6 @@
 copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe",				"temp/smoketest/winscw_udeb/t_msgsmtpserver.exe");
 
 copy($epoc . "release/winscw/udeb/ProfileSmokeTestModule.dll",      "temp/smoketest/winscw_udeb/ProfileSmokeTestModule.dll");
-copy($epoc . "winscw/c/TestFramework/ProfileSmokeTestModule.cfg",   "temp/smoketest/general/TestFramework/ProfileSmokeTestModule.cfg");
+copy($epoc . "winscw/c/smoketest/ProfileSmokeTestModule.cfg",       "temp/smoketest/general/ProfileSmokeTestModule.cfg");
 
 system("7z a -tzip smoketest.zip ./temp/*");