10 : ---- "basic test" ----
12 t-tstunt-parsechangelog
13 t-prep-newpackage example 1.0
24 : ---- "stunt ssh test" ----
26 sentinel=$tmp/stunt-ssh-sentinel
28 cat <<END >$tmp/stunt-ssh
36 chmod +x $tmp/stunt-ssh
38 t-mirror-set rsyncssh=$tmp/stunt-ssh
39 t-mirror-set remoterepos=HOST:$reposmirror
41 # mirror should fail due to lack of stunt-ssh-sentinel
43 t-commit-build-push-expect-log "stunt ssh test" \
44 E:'mirror hook failed: .*exited'
54 : ----- "stall timeout test" -----
59 t-mirror-set hooktimeout=5
61 t-commit-build-push-expect-log "stall timeout test" \
62 E:'mirror hook failed: .*timeout'
70 while [ -f $queuedir/$p.lock ]; do
71 if [ $attempts = 0 ]; then \
72 fail "timed out waiting for lock to go away"
74 attempts=$(( $attempts - 1 ))