commit fa8d0f1cfd9f933499bb2ad0331fb8442e862981 parent a9d5d953637c4635a688e83f5be48a37769d9515 Author: Mohammad-Reza Nabipoor <m.nabipoor@yahoo.com> Date: Fri, 2 Oct 2020 02:11:28 +0330 Makefile: Disable colorful output of tests Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ all: tests .PHONY: tests tests: $(tbin) - $(foreach t,$(tbin),./$(t);) + $(foreach t,$(tbin),./$(t) --use-colour no;) .PHONY: examples examples: $(ebin)