wrap long lines, use seed option instead of rndSeed env var

master
melvin 2012-09-27 09:59:42 +08:00
parent db6568f9f4
commit f936fb3d7a
1 changed files with 7 additions and 1 deletions

View File

@ -180,7 +180,13 @@ inf: $(MAG)
%.t: $(MAG)
echo `hg id -n` > $*.log
$(JAVA) -DrndSeed=$* -Dmagarena.dir=`pwd`/release magic.DeckStrCal --str1 1 --str2 1 --life 10 --games 1 --repeat 1000000 >> $*.log 2>&1
$(JAVA) -Dmagarena.dir=`pwd`/release magic.DeckStrCal \
--seed $* \
--ai1 MMAB --str1 0 \
--ai2 MMAB --str2 0 \
--life 10 \
--games 1 \
--repeat 10000 >> $*.log 2>&1
#$(JAVAEA) -DrndSeed=$* -Dmagarena.dir=`pwd`/release -DselfMode -jar $^ >> $*.log 2>&1
test: $(MAG)