remove card system property in test

master
melvin 2013-09-26 14:12:41 +08:00
parent 5285c585a5
commit c62d226863
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ tags: $(SRC)
ctags -R src
Test%.run: $(MAG)
$(DEBUG) -DtestGame=Test$* -Dcard="${card}" -Dmagarena.dir=`pwd`/release -jar $^ 2>&1 | tee Test$*.log
$(DEBUG) -DtestGame=Test$* -Dmagarena.dir=`pwd`/release -jar $^ 2>&1 | tee Test$*.log
$(EXE): $(MAG)
cd launch4j; ./launch4j ../release/magarena.xml