equal
deleted
inserted
replaced
9 mkpath "temp/smoketest/general"; |
9 mkpath "temp/smoketest/general"; |
10 mkpath "temp/smoketest/winscw_udeb"; |
10 mkpath "temp/smoketest/winscw_udeb"; |
11 mkpath "temp/smoketest/sms/general"; |
11 mkpath "temp/smoketest/sms/general"; |
12 mkpath "temp/smoketest/emailmessage/general"; |
12 mkpath "temp/smoketest/emailmessage/general"; |
13 mkpath "temp/smoketest/emailsettings/general"; |
13 mkpath "temp/smoketest/emailsettings/general"; |
|
14 mkpath "temp/smoketest/general/TestFramework"; |
14 |
15 |
15 my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; |
16 my $epoc=$ENV{'EPOCROOT'} . "epoc32/"; |
16 copy("smoketest.xml", "temp/test.xml"); |
17 copy("smoketest.xml", "temp/test.xml"); |
17 copy($epoc . "data/z/smoketest/smoketest_agenda.ini", "temp/smoketest/general/smoketest_agenda.ini"); |
18 copy($epoc . "data/z/smoketest/smoketest_agenda.ini", "temp/smoketest/general/smoketest_agenda.ini"); |
18 copy($epoc . "data/z/smoketest/smoketest_agenda.script", "temp/smoketest/general/smoketest_agenda.script"); |
19 copy($epoc . "data/z/smoketest/smoketest_agenda.script", "temp/smoketest/general/smoketest_agenda.script"); |
45 copy($epoc . "release/winscw/udeb/SmokeTest_Utils.dll", "temp/smoketest/winscw_udeb/SmokeTest_Utils.dll"); |
46 copy($epoc . "release/winscw/udeb/SmokeTest_Utils.dll", "temp/smoketest/winscw_udeb/SmokeTest_Utils.dll"); |
46 copy($epoc . "release/winscw/udeb/t_msgutilityserver.dll", "temp/smoketest/winscw_udeb/t_msgutilityserver.dll"); |
47 copy($epoc . "release/winscw/udeb/t_msgutilityserver.dll", "temp/smoketest/winscw_udeb/t_msgutilityserver.dll"); |
47 copy($epoc . "release/winscw/udeb/t_msgpopserver.exe", "temp/smoketest/winscw_udeb/t_msgpopserver.exe"); |
48 copy($epoc . "release/winscw/udeb/t_msgpopserver.exe", "temp/smoketest/winscw_udeb/t_msgpopserver.exe"); |
48 copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe", "temp/smoketest/winscw_udeb/t_msgsmtpserver.exe"); |
49 copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe", "temp/smoketest/winscw_udeb/t_msgsmtpserver.exe"); |
49 |
50 |
|
51 copy($epoc . "release/winscw/udeb/ProfileSmokeTestModule.dll", "temp/smoketest/winscw_udeb/ProfileSmokeTestModule.dll"); |
|
52 copy($epoc . "winscw/c/TestFramework/ProfileSmokeTestModule.cfg", "temp/smoketest/general/TestFramework/ProfileSmokeTestModule.cfg"); |
|
53 |
50 system("7z a -tzip smoketest.zip ./temp/*"); |
54 system("7z a -tzip smoketest.zip ./temp/*"); |