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

Unified Diff: factory/chromium_factory.py

Issue 3161017: Final changes to get PyAuto official happy with Mac and Win. Use... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/scripts/master/
Patch Set: Created 10 years, 4 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 | « factory/chromium_commands.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: factory/chromium_factory.py
===================================================================
--- factory/chromium_factory.py (revision 56120)
+++ factory/chromium_factory.py (working copy)
@@ -260,15 +260,8 @@
if R('pyauto_functional_tests'):
f.AddPyAutoFunctionalTest('pyauto_functional_tests')
elif R('pyauto_official_tests'):
- # Mapping from self._target_platform to a chrome-*.zip
- platmap = {'win32': 'win',
- 'darwin': 'mac',
- 'linux2': 'linux' }
- zip_plat = platmap[self._target_platform]
- workdir = os.path.join(f._working_dir, 'chrome-' + zip_plat)
f.AddPyAutoFunctionalTest('pyauto_functional_tests',
- functional_base='..',
- workdir=workdir)
+ workdir=f._working_dir)
# When adding a test that uses a new executable, update kill_processes.py.
« no previous file with comments | « factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698