set debug to true when running AI vs AI

master
melvin 2013-05-28 15:26:17 +08:00
parent e4a77318ec
commit 22c6f3e87a
1 changed files with 4 additions and 1 deletions

View File

@ -187,7 +187,10 @@ ai1 ?= MMABFast
ai2 ?= MMABFast
%.t: $(MAG)
echo `hg id -n` > $*.log
$(RUN) -Dmagarena.dir=`pwd`/release magic.DeckStrCal \
$(RUN) \
-Dmagarena.dir=`pwd`/release \
-Ddebug=true \
magic.DeckStrCal \
--seed $* \
--ai1 ${ai1} --str1 ${str1} \
--ai2 ${ai2} --str2 ${str2} \