Merge pull request #50 from lemonsqueeze/can_countercap
[pachi.git] / t-play / autotest / autotest-lib
blobc9d19c4f048d1ca4013c09c029804a07883add0c
1 # Library of common shell functions for the autotest framework.
3 set -e # errors are fatal
6 # Client helpers.  $clientid must be set.
8 log() {
9         printf "$(date)\t$*\n" >>"c/$clientid/log"
13 # Generic functions.
15 pairid() {
16         echo "$*" | tr ' ' '-'