Commit 6f8c077
authored
Fix eachdist.py not printing invoked commands. (open-telemetry#1758)
I observed the following pattern:
```
<output of cmd 1>
<output of cmd 2>
>>> cmd1
>>> cmd2
```
The `>>> cmd` header should come immediately before the command output to facilitate debugging & progress reporting.1 parent 88157a4 commit 6f8c077
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments