Travis: Run java with -Xshared:on. The previous jvm had shared on by default and cooja

requires this.
This commit is contained in:
Mariano Alvira 2013-05-18 13:42:20 -04:00
parent fd6cc5f696
commit d396832d48
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ endif
%.testlog: %.csc cooja
@echo -n Running test $(basename $<) ... ""
@(java -jar $(CONTIKI)/tools/cooja/dist/cooja.jar \
@(java -Xshare:on -jar $(CONTIKI)/tools/cooja/dist/cooja.jar \
-nogui=$< -contiki=$(CONTIKI) > $(basename $@).log || \
(echo " FAIL ಠ_ಠ" | tee -a COOJA.testlog; \
tail -50 COOJA.log; \