Skip to content

Commit

Permalink
Fix Makefile error_occured output for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo authored and jackhumbert committed Jul 10, 2017
1 parent ba405cf commit 1ff5fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ define RUN_TEST
+error_occurred=0;\
$($(TEST)_COMMAND)\
if [ $$error_occurred -gt 0 ]; then $(HANDLE_ERROR); fi;


endef

# Allow specifying just the subproject, in the keyboard directory, which will compile all keymaps
Expand Down

0 comments on commit 1ff5fb0

Please sign in to comment.