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

Unified Diff: tools/isolate/data/isolate/with_flag.isolate

Issue 10068032: Rewrite isolate_smoke_test.py to increase the coverage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _execute() is now less ambiguous, still with test case name verification Created 8 years, 8 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 | « tools/isolate/data/isolate/touch_root.py ('k') | tools/isolate/data/isolate/with_flag.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/data/isolate/with_flag.isolate
diff --git a/tools/isolate/data/isolate/ok.isolate b/tools/isolate/data/isolate/with_flag.isolate
similarity index 82%
rename from tools/isolate/data/isolate/ok.isolate
rename to tools/isolate/data/isolate/with_flag.isolate
index db2f42352944a4a5f51a8a07bd39f8c320eb6345..77c18d2f1d96dc1b32e4dac9fab11be5130bd10a 100644
--- a/tools/isolate/data/isolate/ok.isolate
+++ b/tools/isolate/data/isolate/with_flag.isolate
@@ -5,11 +5,11 @@
'variables': {
'command': [
'python',
- 'child.py',
- '--ok',
+ 'with_flag.py',
+ '<(FLAG)',
],
'isolate_dependency_tracked': [
- '<(DEPTH)/data/isolate/child.py',
+ 'with_flag.py',
],
'isolate_dependency_untracked': [
'files1/',
« no previous file with comments | « tools/isolate/data/isolate/touch_root.py ('k') | tools/isolate/data/isolate/with_flag.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698