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

Unified Diff: testing/legion/examples/subprocess/task.isolate

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl 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
« no previous file with comments | « testing/legion/examples/subprocess/subprocess_test.py ('k') | testing/legion/host_controller.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/legion/examples/subprocess/task.isolate
diff --git a/testing/legion/examples/subprocess/client.isolate b/testing/legion/examples/subprocess/task.isolate
similarity index 85%
rename from testing/legion/examples/subprocess/client.isolate
rename to testing/legion/examples/subprocess/task.isolate
index 611562c9630f11b3a47dd08ac2136d66b231d991..534275dfed90d4ebe1a35db490a0df7cc3bf8798 100644
--- a/testing/legion/examples/subprocess/client.isolate
+++ b/testing/legion/examples/subprocess/task.isolate
@@ -11,10 +11,10 @@
'variables': {
'command': [
'python',
- '../../client_controller.py',
+ '../../run_task.py',
],
'files': [
- 'client.isolate'
+ 'task.isolate'
],
},
}],
« no previous file with comments | « testing/legion/examples/subprocess/subprocess_test.py ('k') | testing/legion/host_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698