mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +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
|
LOG=${LOGDIR}/${GAME}_${DEV}_LOG.txt
|
||||||
touch $LOG # so greps won't show errors
|
touch $LOG # so greps won't show errors
|
||||||
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
CMD="./obj_linux_memdbg/xwords --room $ROOM"
|
||||||
CMD="$CMD --robot ${NAMES[$DEV]} $OTHERS"
|
CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq=$((1 + (RANDOM%100))) "
|
||||||
CMD="$CMD --dict=$DICT --port=$PORT --host=$HOST --file=$FILE "
|
CMD="$CMD $OTHERS --dict=$DICT --port=$PORT --host=$HOST "
|
||||||
CMD="$CMD --slow-robot 1:3 $PLAT_PARMS"
|
CMD="$CMD --file=$FILE --slow-robot 1:3 $PLAT_PARMS"
|
||||||
CMD="$CMD $PUBLIC"
|
CMD="$CMD $PUBLIC"
|
||||||
CMDS[$COUNTER]=$CMD
|
CMDS[$COUNTER]=$CMD
|
||||||
FILES[$COUNTER]=$FILE
|
FILES[$COUNTER]=$FILE
|
||||||
|
|
Loading…
Reference in a new issue