From b3de3fc91e29f70bde349e476bc9d85e75b4eb8c Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 10 Jan 2011 18:18:35 -0800 Subject: [PATCH] add --robot-iq param for testing --- xwords4/linux/scripts/discon_ok2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index f3624f767..55b213fc7 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -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