##// END OF EJS Templates
tests: match time by a glob to fix intermittent failures of test-lock-badness.t...
Simon Heimberg -
r20653:3bfac190 default
parent child Browse files
Show More
@@ -22,7 +22,7 b' One process waiting for another'
22 $ hg -R b ci -A -m b --config hooks.precommit="python:`pwd`/hooks.py:sleepone" > stdout &
22 $ hg -R b ci -A -m b --config hooks.precommit="python:`pwd`/hooks.py:sleepone" > stdout &
23 $ hg -R b up -q --config hooks.pre-update="python:`pwd`/hooks.py:sleephalf"
23 $ hg -R b up -q --config hooks.pre-update="python:`pwd`/hooks.py:sleephalf"
24 waiting for lock on working directory of b held by '*:*' (glob)
24 waiting for lock on working directory of b held by '*:*' (glob)
25 got lock after 1 seconds
25 got lock after ? seconds (glob)
26 warning: ignoring unknown working parent d2ae7f538514!
26 warning: ignoring unknown working parent d2ae7f538514!
27 $ wait
27 $ wait
28 $ cat stdout
28 $ cat stdout
General Comments 0
You need to be logged in to leave comments. Login now