Title: [158306] trunk/Tools
Revision
158306
Author
fpi...@apple.com
Date
2013-10-30 13:13:08 -0700 (Wed, 30 Oct 2013)

Log Message

Remove unnecessary touch

Rubber stamped by Mark Hahnenberg.

* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (158305 => 158306)


--- trunk/Tools/ChangeLog	2013-10-30 20:03:53 UTC (rev 158305)
+++ trunk/Tools/ChangeLog	2013-10-30 20:13:08 UTC (rev 158306)
@@ -1,3 +1,11 @@
+2013-10-30  Filip Pizlo  <fpi...@apple.com>
+
+        Remove unnecessary touch
+
+        Rubber stamped by Mark Hahnenberg.
+
+        * Scripts/run-jsc-stress-tests:
+
 2013-10-30  Samuel White  <samuel_wh...@apple.com>
 
         AX: Add samuel_wh...@apple.com to accessibility watchlist cc rules

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (158305 => 158306)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2013-10-30 20:03:53 UTC (rev 158305)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2013-10-30 20:13:08 UTC (rev 158306)
@@ -794,7 +794,6 @@
         plan = $runlist[index]
         outp.puts "test_done_#{index}:"
         outp.puts "\tsh test_script_#{plan.index}"
-        outp.puts "\ttouch test_done_#{index}"
     }
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to