From ecf90178faa9ead3e2d080ce294d837abf3746ac Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Mon, 24 Oct 2016 18:28:18 -0400 Subject: [PATCH] [tests] Update mlaunch executable to work with Xcode 8.1 GM --- tests/xharness/Harness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xharness/Harness.cs b/tests/xharness/Harness.cs index bc20e658bf..1c71cc9832 100644 --- a/tests/xharness/Harness.cs +++ b/tests/xharness/Harness.cs @@ -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;