mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 07:15:13 +00:00
Fix error traps not running on SIGINT
This commit is contained in:
@ -18,6 +18,7 @@ LOGFILE=/tmp/bootstrap_tfw.log
|
||||
|
||||
run()
|
||||
{
|
||||
trap 'exit 1' INT
|
||||
trap handle_exit EXIT
|
||||
: > $LOGFILE
|
||||
|
||||
|
Reference in New Issue
Block a user