You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to EngineScript will be documented in this file.
4
4
5
5
Changes are organized by date, with the most recent changes listed first.
6
6
7
+
## 2026-04-10 (2)
8
+
9
+
### 🔧 CI RUN-INSTALL-STEP IMPROVEMENTS
10
+
11
+
- Defined `TIMEOUT_EXIT_CODE=124` as a named constant with an explanatory comment in `scripts/ci/run-install-step.sh`, replacing the undocumented magic number in the timeout exit-code comparison.
12
+
- Added a `TEE_EXIT_CODE` failure check after a successful installation: if `tee` exits non-zero the script now reports that log streaming failed and exits with code 1, ensuring incomplete logs are surfaced.
0 commit comments