[tests] Update mlaunch executable to work with Xcode 8.1 GM

This commit is contained in:
Sebastien Pouliot 2016-10-24 18:28:18 -04:00
Родитель 1b77dcc9bb
Коммит ecf90178fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,7 @@ namespace xharness
{
// Just hardcode this for now. We should be able to switch to a shipped version of XS soon.
// NOTE: the filename part in the url must be unique so that the caching logic works properly.
var mlaunch_url = "http://bosstoragemirror.blob.core.windows.net/public-builder/mlaunch-d6ca7038939ed95f8204896a6951e9d4a9cfd77f";
var mlaunch_url = "http://bosstoragemirror.blob.core.windows.net/public-builder/mlaunch-4dfcf7e95d766f4449a93ef03642a38f8fa6f6c5";
var mlaunch_path = Path.Combine (Path.GetTempPath (), Path.GetFileName (mlaunch_url), "mlaunch");
if (File.Exists (mlaunch_path))
return mlaunch_path;