]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Makefile error_occured output for unit tests
authorFred Sundvik <fsundvik@gmail.com>
Mon, 10 Jul 2017 10:04:27 +0000 (13:04 +0300)
committerJack Humbert <jack.humb@gmail.com>
Mon, 10 Jul 2017 13:00:58 +0000 (09:00 -0400)
Makefile

index f789409b7e96ab865dff74d02751a37817f75c6e..b429200fe8e26f956409a3f2c0d26c4e6d7e4fac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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