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

Unified Diff: mojo/tools/mojob.py

Issue 1147443002: Only run the NaCl tests if the test type is DEFAULT, UNIT, or app. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 7 months 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 | « mojo/tools/get_test_list.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojob.py
diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
index 39cb793343bce5ac73752f2e7800b1fc50436d5f..50a837a637319fc6d2b77248d4f51f23cb35cb51 100755
--- a/mojo/tools/mojob.py
+++ b/mojo/tools/mojob.py
@@ -281,10 +281,6 @@ def main():
help='Run Python unit tests (does not build).')
pytest_parser.set_defaults(func=_pytest)
- nacltest_parser = subparsers.add_parser('nacltest', parents=[parent_parser],
- help='Run NaCl unit tests (does not build).')
- nacltest_parser.set_defaults(func=lambda config: 0)
-
args = parser.parse_args()
global _verbose_count
_verbose_count = args.verbose_count
« no previous file with comments | « mojo/tools/get_test_list.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698