Title: [89670] trunk/Tools
- Revision
- 89670
- Author
- [email protected]
- Date
- 2011-06-24 05:37:33 -0700 (Fri, 24 Jun 2011)
Log Message
Make run-bindings-tests remove its temporary directories.
https://bugs.webkit.org/show_bug.cgi?id=63320
Reviewed by Dirk Schulze.
* Scripts/run-bindings-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (89669 => 89670)
--- trunk/Tools/ChangeLog 2011-06-24 12:18:18 UTC (rev 89669)
+++ trunk/Tools/ChangeLog 2011-06-24 12:37:33 UTC (rev 89670)
@@ -1,3 +1,12 @@
+2011-06-24 Csaba Osztrogonác <[email protected]>
+
+ Reviewed by Dirk Schulze.
+
+ Make run-bindings-tests remove its temporary directories.
+ https://bugs.webkit.org/show_bug.cgi?id=63320
+
+ * Scripts/run-bindings-tests:
+
2011-06-23 MORITA Hajime <[email protected]>
Reviewed by Kent Tamura.
Modified: trunk/Tools/Scripts/run-bindings-tests (89669 => 89670)
--- trunk/Tools/Scripts/run-bindings-tests 2011-06-24 12:18:18 UTC (rev 89669)
+++ trunk/Tools/Scripts/run-bindings-tests 2011-06-24 12:37:33 UTC (rev 89670)
@@ -31,6 +31,7 @@
import os
import os.path
+import shutil
import subprocess
import sys
import tempfile
@@ -90,6 +91,7 @@
# Detect changes
if detect_changes(work_directory, reference_directory):
passed = False
+ shutil.rmtree(work_directory)
if not passed:
print '%s generator failed.' % generator
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes