Title: [159957] trunk/Tools
Revision
159957
Author
mhahnenb...@apple.com
Date
2013-12-02 13:15:47 -0800 (Mon, 02 Dec 2013)

Log Message

Build fix after r159955

* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (159956 => 159957)


--- trunk/Tools/ChangeLog	2013-12-02 20:56:13 UTC (rev 159956)
+++ trunk/Tools/ChangeLog	2013-12-02 21:15:47 UTC (rev 159957)
@@ -1,5 +1,11 @@
 2013-12-02  Mark Hahnenberg  <mhahnenb...@apple.com>
 
+        Build fix after r159955
+
+        * Scripts/run-jsc-stress-tests:
+
+2013-12-02  Mark Hahnenberg  <mhahnenb...@apple.com>
+
         run-jsc-stress-tests should be able to package its tests and move them places
         https://bugs.webkit.org/show_bug.cgi?id=124549
 

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (159956 => 159957)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2013-12-02 20:56:13 UTC (rev 159956)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2013-12-02 21:15:47 UTC (rev 159957)
@@ -166,7 +166,7 @@
     $jscPath = $frameworkPath + "Resources" + "jsc"
 
     if frameworkPath
-        FileUtils.cp_r frameworkPath, vmDir
+        FileUtils.cp_r frameworkPath, $outputDir + ".vm"
     else
         Dir.chdir($outputDir) {
             FileUtils.mkdir_p $jscPath.dirname
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to