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

Unified Diff: tools/isolate/data/isolate/touch_root.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/ok.isolate ('k') | tools/isolate/data/isolate/touch_root.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/data/isolate/touch_root.isolate
diff --git a/tools/isolate/data/isolate/no_run.isolate b/tools/isolate/data/isolate/touch_root.isolate
similarity index 69%
copy from tools/isolate/data/isolate/no_run.isolate
copy to tools/isolate/data/isolate/touch_root.isolate
index d0b6aead06fe864ef00dc5b28c74601766d393d8..7d5abf5a552ae95c4d96485f886f1a773ee32a75 100644
--- a/tools/isolate/data/isolate/no_run.isolate
+++ b/tools/isolate/data/isolate/touch_root.isolate
@@ -3,11 +3,13 @@
# found in the LICENSE file.
{
'variables': {
- 'isolate_dependency_tracked': [
- '<(DEPTH)/data/isolate/child.py',
+ 'command': [
+ 'python',
+ 'touch_root.py',
],
- 'isolate_dependency_untracked': [
- 'files1/',
+ 'isolate_dependency_tracked': [
+ 'touch_root.py',
+ '../../isolate.py',
],
},
}
« no previous file with comments | « tools/isolate/data/isolate/ok.isolate ('k') | tools/isolate/data/isolate/touch_root.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698