mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
test-geometry: Wait for c:kill() to be done
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
0d8106c6dd
commit
30912c6f24
1 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,10 @@ local steps = {
|
|||
height = 100
|
||||
}}
|
||||
}
|
||||
return true
|
||||
-- Wait for the previous c:kill() to be done
|
||||
if #client.get() == 0 then
|
||||
return true
|
||||
end
|
||||
end,
|
||||
function(count)
|
||||
if count == 1 then
|
||||
|
|
Loading…
Reference in a new issue