# HG changeset patch # User Maciej Seroka # Date 1284385812 -3600 # Node ID a67132c2eb0ce12e79cd842cc358396802efb3c4 # Parent 29a90d2412a467974e3c2716012434e19cf15f6a Fixed smoketest.pl diff -r 29a90d2412a4 -r a67132c2eb0c 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");