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

Unified Diff: scripts/slave/runtest.py

Issue 14294007: Use the iossim executable in the ninja-iossim directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/runtest.py
===================================================================
--- scripts/slave/runtest.py (revision 194348)
+++ scripts/slave/runtest.py (working copy)
@@ -660,8 +660,8 @@
test_name + '.app')
_, test_exe_path = get_build_dir_and_exe_path_mac(options,
- options.target,
- 'iossim')
+ os.path.join('ninja-iossim', options.target),
+ 'iossim')
command = [test_exe_path,
'-d', device,
'-s', ios_version,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698