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

Unified Diff: scripts/slave/unittests/runisolatedtest_test.py

Issue 218473003: Remove .isolated file rewriting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Minimized diff Created 6 years, 9 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 | « scripts/slave/runisolatedtest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/runisolatedtest_test.py
diff --git a/scripts/slave/unittests/runisolatedtest_test.py b/scripts/slave/unittests/runisolatedtest_test.py
index f12cb654aa5f7c36144aa527121a55466c3203da..cb6671315341e317ea7a93f515a1d170751eeb51 100755
--- a/scripts/slave/unittests/runisolatedtest_test.py
+++ b/scripts/slave/unittests/runisolatedtest_test.py
@@ -38,13 +38,13 @@ class TestAll(unittest.TestCase):
data = {
'version': '1.0',
'command': [ '../testing/test_env.py',
- r'..\build\Release/browser_test.exe'],
- 'files': { r'build\Release\testdata': {} },
+ r'..\out\Release/browser_test.exe'],
+ 'files': { r'out\Release\testdata': {} },
'variables' : {
'EXECUTABLE_SUFFIX' : '.exe',
'OS' : 'win',
- 'PRODUCT_DIR' : '../build/Release'
+ 'PRODUCT_DIR' : '../out/Release'
},
}
with open(isolated, 'w') as f:
« no previous file with comments | « scripts/slave/runisolatedtest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698