jonasbjurel / OPNFV-Playground

Playground for OPNFV
Apache License 2.0
3 stars 2 forks source link

[CI_PIPELINE] Ctrl-C is not caught such that post cleaning is triggered #18

Closed jonasbjurel closed 9 years ago

jonasbjurel commented 9 years ago

Note that apart from that SIGINT needs to be caught, following discrimination needs to be in place: CTRL-C (SIGINT) and SIGTERM needs to be handled differently depending if: 1) Another instance is already running >> no or little clean-up 2) No other instance is running >> Clean-up according to args

jonasbjurel commented 9 years ago

Fixed, turns out tee is killed before the parent process