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
init_env: centralize stdout/stderr capture for all tests
- Add optional global tee capture controlled by RUN_STDOUT_ENABLE/… env vars.
- Create timestamped (under or ROOT_DIR/logs).
- Export the same file so child run.sh scripts append to one unified log.
- Install trap to restore FDs on exit; idempotent guard prevents double-capture.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
0 commit comments