Commit 163182b
committed
run-test.sh: inherit unified stdout capture from init_env
- Source ./init_env first so global tee is activated once per session.
- Remove any per-script capture logic; rely on exported RUN_STDOUT_FILE.
- Ensure child ./run.sh inherits the environment unchanged (no semantic changes).
- Minor cleanup to avoid duplicate env setup; logging remains via functestlib.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>1 parent d66cdaf commit 163182b
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
131 | 139 | | |
132 | 140 | | |
133 | 141 | | |
134 | | - | |
| 142 | + | |
| 143 | + | |
135 | 144 | | |
136 | 145 | | |
137 | 146 | | |
| |||
0 commit comments