Sfoglia il codice sorgente

Fix Makefile error_occured output for unit tests

Fred Sundvik 8 anni fa
parent
commit
1ff5fb000f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Makefile

+ 2 - 0
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