From c632553277339c5f9ed5e9f462069221011a4b9b Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 Jan 2023 16:57:28 +0300 Subject: [PATCH] Experimenting with more robust Unity build error detection which actually shows the real build error --- unity.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity.inc.php b/unity.inc.php index 9994b6f..ada0b04 100644 --- a/unity.inc.php +++ b/unity.inc.php @@ -80,7 +80,7 @@ function unity_batch_exec($func, $build_target = "", $notify = true) 'Exiting batchmode successfully' ), array( - 'UnityException:', + 'Build Finished, Result: Failure', 'Aborting batchmode due to failure', 'Launching bug reporter', ': error CS',