mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
junittest xml output was lost, fixed.
This commit is contained in:
parent
e555f0ddab
commit
073364a285
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ $(OBJECT_DIR)/$1/$1 : $$($$1_OBJS) \
|
|||
|
||||
|
||||
test-$1: $(OBJECT_DIR)/$1/$1
|
||||
$(V1) $$< $(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS"
|
||||
$(V1) $$< $$(EXEC_OPTS) "$(STDOUT)" && echo "running $$@: PASS"
|
||||
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue