Commit 2b385f4
authored
fix: detect update failure from client output (not just exit code) (#49)
- GeneralUpdate catches exceptions internally, exits with code 0
- Check output for ERROR:, FATAL:, JsonException keywords
- Report FAIL if error found in client output1 parent f092247 commit 2b385f4
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
0 commit comments