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

Unified Diff: testing/legion/examples/hello_world/task_test.py

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: testing/legion/examples/hello_world/task_test.py
diff --git a/testing/legion/examples/hello_world/task_test.py b/testing/legion/examples/hello_world/task_test.py
deleted file mode 100755
index 0333f7bb0a4f9e1cc18cf25ae83b993fe9f362bb..0000000000000000000000000000000000000000
--- a/testing/legion/examples/hello_world/task_test.py
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2015 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.
-
-"""A simple client test module.
-
-This module is invoked by the host by calling the client controller's
-Subprocess RPC method. The name is passed in as a required argument on the
-command line.
-"""
-
-import argparse
-import os
-import sys
-
-
-def main():
- parser = argparse.ArgumentParser()
- parser.add_argument('name')
- args = parser.parse_args()
- print 'Hello world from', args.name
- return 0
-
-
-if __name__ == '__main__':
- sys.exit(main())
« no previous file with comments | « testing/legion/examples/hello_world/task_test.isolate ('k') | testing/legion/examples/subprocess/client.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698