Title: [100116] trunk/Tools
Revision
100116
Author
ph...@webkit.org
Date
2011-11-14 02:00:08 -0800 (Mon, 14 Nov 2011)

Log Message

Unreviewed, build fix after r100104. run-binding-tests broke.

* Scripts/run-bindings-tests: Explicitely use scm.detection.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (100115 => 100116)


--- trunk/Tools/ChangeLog	2011-11-14 09:50:06 UTC (rev 100115)
+++ trunk/Tools/ChangeLog	2011-11-14 10:00:08 UTC (rev 100116)
@@ -1,3 +1,9 @@
+2011-11-14  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, build fix after r100104. run-binding-tests broke.
+
+        * Scripts/run-bindings-tests: Explicitely use scm.detection.
+
 2011-11-13  Eric Seidel  <e...@webkit.org>
 
         Add SCMDetector object to make scm detection mockable

Modified: trunk/Tools/Scripts/run-bindings-tests (100115 => 100116)


--- trunk/Tools/Scripts/run-bindings-tests	2011-11-14 09:50:06 UTC (rev 100115)
+++ trunk/Tools/Scripts/run-bindings-tests	2011-11-14 10:00:08 UTC (rev 100116)
@@ -108,7 +108,7 @@
     """
     reset_results = "--reset-results" in argv
 
-    current_scm = scm.detect_scm_system(os.curdir)
+    current_scm = scm.detection.detect_scm_system(os.curdir)
     os.chdir(current_scm.checkout_root)
 
     all_tests_passed = True
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to