Skip to content

Commit

Permalink
Unreviewed, build fix after r100104. run-binding-tests broke.
Browse files Browse the repository at this point in the history
* Scripts/run-bindings-tests: Explicitely use scm.detection.

git-svn-id: svn://svn.chromium.org/blink/trunk@100116 bbb929c8-8fbe-4397-9dbb-9b2b20218538
  • Loading branch information
philn@webkit.org committed Nov 14, 2011
1 parent 4da1b07 commit daf70e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions third_party/WebKit/Tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2011-11-14 Philippe Normand <pnormand@igalia.com>

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

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

2011-11-13 Eric Seidel <eric@webkit.org>

Add SCMDetector object to make scm detection mockable
Expand Down
2 changes: 1 addition & 1 deletion third_party/WebKit/Tools/Scripts/run-bindings-tests
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def main(argv):
"""
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
Expand Down

0 comments on commit daf70e3

Please sign in to comment.