#55702 closed defect (bug) (fixed)
Run the PHP container with PID > 1 so Ctrl+C works correctly
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
The WP-CLI container in the local dev environment runs with a PID > 1 which allows ctrl+c
to work as expected if you need to cancel the operation.
The same is not true for the PHP container, which means it's not possible to cancel a test run. Let's fix that.
Change History (3)
This ticket was mentioned in PR #2693 on WordPress/wordpress-develop by johnbillion.
13 months ago
#1
- Keywords has-patch added
#2
@
11 months ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 53628:
johnbillion commented on PR #2693:
11 months ago
#3
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/55702