1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed issue where "Compile failed" message caused tests to fail

This commit is contained in:
Brian Fiete 2025-02-02 06:42:48 -08:00
parent 94f02b724d
commit eecc6540a2
2 changed files with 9 additions and 2 deletions

View file

@ -11460,7 +11460,7 @@ namespace IDE
if (mTestManager != null)
mTestManager.BuildFailed();
if (mVerbosity > .Quiet)
OutputLineSmart("ERROR: Compile failed. Total build time: {0:0.00}s", stopwatch.ElapsedMilliseconds / 1000.0f);
OutputLineSmart("ERROR-SOFT: Compile failed. Total build time: {0:0.00}s", stopwatch.ElapsedMilliseconds / 1000.0f);
mLastCompileFailed = true;
if (mRunningTestScript)