Commit 742adbd7 authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr Committed by Commit Bot

Run new recipes 'test' command

BUG=chromium:699120

Change-Id: Ie498bec2e2e38cbde8fac6409b13d2032b2e1a1b
Reviewed-on: https://chromium-review.googlesource.com/457318Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
parent aebadcc3
......@@ -15,5 +15,9 @@ def recipes_py(*args):
subprocess.check_call([
os.path.join(ROOT_DIR, 'recipes.py'), '--use-bootstrap'] + list(args))
# Run both current simulation test logic (simulation_test), and experimental
# (test). Eventually the former will be removed.
recipes_py('simulation_test')
recipes_py('test', 'run')
recipes_py('lint')
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