mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-01-25 22:10:50 +00:00
* bin/generate-samples: Remove warning about sleep The sleep itself has been commented out for a long time (commit04fa53b692from September 2023, to be specific). Signed-off-by: Stephen Finucane <stephen@that.guru> * bin/generate-samples: Fix output on tmux Commit23dae2bcd8reworked this script to start capturing exceptions but the mechanism used was crude and broke output on tmux, since `/dev/pts/0` is hardcoded to a specific pseudo-terminal but each tmux pane gets its own pts. Rework this to use files instead. Signed-off-by: Stephen Finucane <stephen@that.guru> * update error message, trigger build failur * trigger build failure * Revert "trigger build failure" This reverts commit29536fab8a. * add back null check --------- Signed-off-by: Stephen Finucane <stephen@that.guru> Co-authored-by: Stephen Finucane <stephen@that.guru>