Fixed smoketest.pl Symbian3
authorMaciej Seroka <maciejs@symbian.org>
Mon, 13 Sep 2010 14:50:12 +0100
branchSymbian3
changeset 64 a67132c2eb0c
parent 63 29a90d2412a4
child 65 095ced8bfefa
Fixed smoketest.pl
Group/smoketest.pl
--- a/Group/smoketest.pl	Mon Sep 13 14:19:13 2010 +0100
+++ b/Group/smoketest.pl	Mon Sep 13 14:50:12 2010 +0100
@@ -63,6 +63,8 @@
 rmtree "temp";
 mkpath "temp";
 
+my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
+
 if ($target eq "WINSCW") { # Build ATS test drop for Emulator.
 	mkpath "temp/smoketest/general";
 	mkpath "temp/smoketest/winscw_udeb";
@@ -78,7 +80,6 @@
 	mkpath "temp/smoketest/ethernet/general";
 	mkpath "temp/smoketest/web/general";
 
-	my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
 	if (lc($ats_version) eq "ats3") { copy("smoketest.xml",				"temp/test.xml"); } # Use ATS3 test plan.
 	if (lc($ats_version) eq "ats4") { copy("ats4_smoketest.xml",		"temp/test.xml"); } # Use ATS4 test plan.
 	copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");