chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc019e3
)
wdt-hand: Add a missing synch
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 2 Apr 2021 15:15:35 +0000
(16:15 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 2 Apr 2021 15:15:35 +0000
(16:15 +0100)
Experimentally, pausing otter to simulate losing the race gives us a
conflict error. This is kind of expected.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
wdriver/wdt-hand.rs
patch
|
blob
|
history
diff --git
a/wdriver/wdt-hand.rs
b/wdriver/wdt-hand.rs
index 303176db4fd43872c8a10b04ed7d528227d20e54..f597716e8ae6cacda9c3103dabbd907f92f6b299 100644
(file)
--- a/
wdriver/wdt-hand.rs
+++ b/
wdriver/wdt-hand.rs
@@
-65,6
+65,7
@@
impl Ctx {
.key_up('C')
.perform()
.context("claim hand")?;
+ w.synch()?;
w.action_chain()
.click()