mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
prepend Test_ to cookie/room name
This commit is contained in:
parent
0395c5d26f
commit
b1352f013c
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ do_one() {
|
|||
INDX=1
|
||||
|
||||
while [ -d /tmp/$RUN_NAME ]; do # loop forever
|
||||
COOKIE="$CROOT:$INDX"
|
||||
COOKIE="Test_$CROOT:$INDX"
|
||||
INDX=$((INDX+1))
|
||||
|
||||
TODO=$(($CROOT % 3))
|
||||
|
|
Loading…
Reference in a new issue