]> granicus.if.org Git - icu/commitdiff
ICU-10549 Fixed some scripting problems in the new collation regression test on Windows.
authorYoshito Umaoka <y.umaoka@gmail.com>
Mon, 9 Dec 2013 22:58:42 +0000 (22:58 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Mon, 9 Dec 2013 22:58:42 +0000 (22:58 +0000)
X-SVN-Rev: 34727

icu4c/source/test/perf/collperf2/CollPerf2_r.pl
icu4c/source/test/perf/perldriver/PerfFramework.pm

index c7460c5f0608a474b25990a2b30df90b7fc04ae9..45d747372a697d9542a9912f86b5d70ce6bb5ac5 100755 (executable)
@@ -29,8 +29,8 @@ my $options = {
 my $p1, $p2;
 
 if ($OnWindows) {
-    $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious."/collperf/$WindowsPlatform/Release/collperf2.exe";
-    $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf2.exe";
+    $p1 = "cd ".$ICUPrevious."/bin && ".$ICUPathPrevious."/collperf2/$WindowsPlatform/Release/collperf2.exe";
+    $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/collperf2/$WindowsPlatform/Release/collperf2.exe";
 } else {
     $p1 = "LD_LIBRARY_PATH=".$ICUPrevious."/source/lib:".$ICUPrevious."/source/tools/ctestfw ".$ICUPathPrevious."/collperf2/collperf2";
     $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/collperf2/collperf2";
index 718448237a22f10cdb4418f78090f442f5ebd12a..99c48e6ed1cf994c689c2fab69554a5fb090d607 100644 (file)
@@ -97,7 +97,7 @@ sub compareLoop {
   my $datafile = shift;
   my $locAndData = "";
   if($locale) {
-    $locAndData .= " -L '$locale'";
+    $locAndData .= " -L \"$locale\"";
   }
   if($datafile) {
     $locAndData .= " -f $datafile";