Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: infra/unittests/recipes_test.py

Issue 2585583007: Remove recipes.py and friends from chromium/src (for now). (Closed)
Patch Set: Remove presubmit too Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/recipes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/unittests/recipes_test.py
diff --git a/infra/unittests/recipes_test.py b/infra/unittests/recipes_test.py
deleted file mode 100755
index ba5149ea27fda16de8bf397a45d2aac2b3fa79cc..0000000000000000000000000000000000000000
--- a/infra/unittests/recipes_test.py
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import os
-import subprocess
-
-
-THIS_DIR = os.path.abspath(os.path.dirname(__file__))
-INFRA_DIR = os.path.dirname(THIS_DIR)
-
-
-def recipes_py(*args):
- subprocess.check_call([
- os.path.join(INFRA_DIR, 'recipes.py'),
- '--deps-path=-',
- '--use-bootstrap',
- ] + list(args))
-
-
-recipes_py('simulation_test')
-recipes_py('lint')
« no previous file with comments | « infra/recipes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698