Commit e41b9ae7 authored by dglazkov's avatar dglazkov Committed by Commit bot

Temporarily remove unit testing from run-bindings-tests.

Turns out, typ treats the absence of the unit tests as failure,
and we don't have any tests at the moment.

R=peria,bashi,haraken
BUG=672738

Review-Url: https://codereview.chromium.org/2557403003
Cr-Commit-Position: refs/heads/master@{#437599}
parent 4e188d7c
......@@ -26,10 +26,6 @@
import sys
from webkitpy.bindings.bindings_tests import run_bindings_tests
from webkitpy.common import webkit_finder
webkit_finder.add_typ_dir_to_sys_path()
import typ
def main(argv):
......@@ -48,14 +44,6 @@ def main(argv):
reset_results = '--reset-results' in argv
verbose = '--verbose' in argv
# First, run bindings unit tests.
return_code = typ.main(
top_level_dir=webkit_finder.get_bindings_scripts_dir(),
win_multiprocessing='spawn')
if return_code != 0:
return return_code
# Now run the bindings end-to-end tests.
return run_bindings_tests(reset_results, verbose)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment