Commit d056825
committed
Dump FIPS check script log on failure for actionable error reporting
When fips-check-PILOT.sh or fips-check.sh exits non-zero, cat the captured
log to stdout instead of leaving the user with just the rc value and a log
file they may not have access to (e.g. inside a Jenkins workspace). The
preceding redirect on line 229 uses single '>' so LOG_FILE at this point
contains only the failed script's output. Diagnostic-only change; success
path is unchanged.1 parent 0ac0081 commit d056825
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
238 | 243 | | |
239 | 244 | | |
240 | 245 | | |
| |||
0 commit comments