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

Unified Diff: tools/isolate/isolate_smoke_test.py

Issue 10540172: Add variables support to trace_test_cases.py, removing the last use of --product-dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/isolate_common.py ('k') | tools/isolate/trace_test_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/isolate_smoke_test.py
diff --git a/tools/isolate/isolate_smoke_test.py b/tools/isolate/isolate_smoke_test.py
index 68262201e04d9208814bcceb427bd6b4c6feb6c9..ff14bd10afb8d483b279353b30d43a3e362244e0 100755
--- a/tools/isolate/isolate_smoke_test.py
+++ b/tools/isolate/isolate_smoke_test.py
@@ -556,8 +556,8 @@ class Isolate_read_trace(IsolateModeBase):
expected = self._wrap_in_condition(
{
isolate.isolate_common.KEY_TRACKED: [
- 'touch_root.py',
'../../isolate.py',
+ 'touch_root.py',
],
})
out = self._execute('read', 'touch_root.isolate', [], True)
@@ -703,8 +703,8 @@ class IsolateNoOutdir(IsolateBase):
output = self._execute('read', [], True)
expected = {
isolate.isolate_common.KEY_TRACKED: [
- 'touch_root.py',
'../../isolate.py',
+ 'touch_root.py',
],
}
self.assertEquals(self._wrap_in_condition(expected), output)
« no previous file with comments | « tools/isolate/isolate_common.py ('k') | tools/isolate/trace_test_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698