Handle termination properly
* Tell the manager to close the display before terminating; * Log about quit request and process termination.
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Feature: program termination
|
||||
|
||||
Scenario: terminates when requested to quit
|
||||
Background:
|
||||
Given uhwm is running
|
||||
|
||||
Scenario: terminates on quit request
|
||||
When I tell uhwm to quit
|
||||
Then uhwm must terminate successfully
|
||||
|
||||
Scenario: logs about termination
|
||||
When I tell uhwm to quit
|
||||
Then uhwm must terminate successfully
|
||||
And the output must match /terminat/i
|
||||
|
Reference in New Issue
Block a user