Chromium Code Reviews| 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, |