Skip to content

Impossible to interrupt make with Ctrl+C #293

@jedrazb

Description

@jedrazb

Bug Description

If you run make and want to quickly interrupt and terminate this to do sth else ... it's impossible.

It should be possible to terminate make with ctrl + c

To Reproduce

Steps to reproduce the behavior:

  1. Run make
  2. At any point ctrl + c
  3. Observe logs like:
[2025-05-05 14:08:40] INFO  going to shutdown ...                                                                                                                                                                                                    
^C[2025-05-05 14:08:41] INFO  WEBrick::HTTPServer#start done.            
  1. But tests are keep being executed for around 2mins

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions