Travis: Run java with -Xshared:on. The previous jvm had shared on by default and cooja
requires this.
This commit is contained in:
parent
fd6cc5f696
commit
d396832d48
|
@ -56,7 +56,7 @@ endif
|
||||||
|
|
||||||
%.testlog: %.csc cooja
|
%.testlog: %.csc cooja
|
||||||
@echo -n Running test $(basename $<) ... ""
|
@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 || \
|
-nogui=$< -contiki=$(CONTIKI) > $(basename $@).log || \
|
||||||
(echo " FAIL ಠ_ಠ" | tee -a COOJA.testlog; \
|
(echo " FAIL ಠ_ಠ" | tee -a COOJA.testlog; \
|
||||||
tail -50 COOJA.log; \
|
tail -50 COOJA.log; \
|
||||||
|
|
Loading…
Reference in a new issue