forked from loafle/openapi-generator-original
* 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 commit 29536fab8a1f1980f393b36421341492079764a0. * add back null check --------- Signed-off-by: Stephen Finucane <stephen@that.guru> Co-authored-by: Stephen Finucane <stephen@that.guru>