1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

junittest xml output was lost, fixed.

This commit is contained in:
Anders Hoglund 2017-04-06 01:38:24 +02:00
parent e555f0ddab
commit 073364a285

View file

@ -351,7 +351,7 @@ $(OBJECT_DIR)/$1/$1 : $$($$1_OBJS) \
test-$1: $(OBJECT_DIR)/$1/$1 test-$1: $(OBJECT_DIR)/$1/$1
$(V1) $$< $(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS" $(V1) $$< $$(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS"
endef endef