mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
add --robot-iq param for testing
This commit is contained in:
parent
efb54c7b05
commit
b3de3fc91e
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@ build_cmds() {
|
|||
LOG=${LOGDIR}/${GAME}_${DEV}_LOG.txt
|
||||
touch $LOG # so greps won't show errors
|
||||
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
||||
CMD="$CMD --robot ${NAMES[$DEV]} $OTHERS"
|
||||
CMD="$CMD --dict=$DICT --port=$PORT --host=$HOST --file=$FILE "
|
||||
CMD="$CMD --slow-robot 1:3 $PLAT_PARMS"
|
||||
CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq=$((1 + (RANDOM%100))) "
|
||||
CMD="$CMD $OTHERS --dict=$DICT --port=$PORT --host=$HOST "
|
||||
CMD="$CMD --file=$FILE --slow-robot 1:3 $PLAT_PARMS"
|
||||
CMD="$CMD $PUBLIC"
|
||||
CMDS[$COUNTER]=$CMD
|
||||
FILES[$COUNTER]=$FILE
|
||||
|
|
Loading…
Reference in a new issue