Skip to content

Commit 0f54ae5

Browse files
committed
add signal app end
1 parent 5e763f9 commit 0f54ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
string value = item.ItemSpec;
386386
387387
// Add the MONO_APPLE_APP_ENTRY_POINT_LIB_NAME and MONO_APPLE_APP_ASSEMBLY_LOAD_PREFIX environment parameters to the run script
388-
string output = lastLine.Replace("--signal-app-end", $"--set-env=MONO_APPLE_APP_ENTRY_POINT_LIB_NAME={value} --set-env=MONO_APPLE_APP_ASSEMBLY_LOAD_PREFIX={value.Split('/')[0]}") + "&& echo \"Test passed\" || { echo \"Test failed\"; exit 1; }";
388+
string output = lastLine.Replace("--signal-app-end", $"--signal-app-end --set-env=MONO_APPLE_APP_ENTRY_POINT_LIB_NAME={value} --set-env=MONO_APPLE_APP_ASSEMBLY_LOAD_PREFIX={value.Split('/')[0]}") + "&& echo \"Test passed\" || { echo \"Test failed\"; exit 1; }";
389389
resultBuilder.AppendLine(output);
390390
391391
// Rename the log file to match the MONO_APPLE_APP_ENTRY_POINT_LIB_NAME

0 commit comments

Comments
 (0)