Skip to content

Commit

Permalink
Update catalyst.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Jun 26, 2024
1 parent bc4a866 commit 0331455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/devices/catalyst.cake
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void ExecuteUITests(string project, string app, string device, string resultsDir
}

// Launch the app so it can be found by the test runner
StartProcess("chmod", $"+x {testApp}/Contents/MacOS/Controls.TestCases.App");
StartProcess("chmod", $"+x {testApp}/Contents/MacOS/Controls.TestCases.HostApp");

var p = new System.Diagnostics.Process();
p.StartInfo.UseShellExecute = true;
Expand Down

0 comments on commit 0331455

Please sign in to comment.