From e31bdb1d210ed0f6f87a578bf16c97a94be192c4 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 11 Aug 2017 14:13:41 -0700 Subject: When make fails to run a test, print out the log. --- debug/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug/Makefile') diff --git a/debug/Makefile b/debug/Makefile index d252b55..2d8d367 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -14,9 +14,10 @@ pylint: spike%: $(GDBSERVER_PY) \ --isolate \ + --print-failures \ $(src_dir)/targets/RISC-V/$@.py \ --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \ - --server_cmd $(RISCV)/bin/openocd \ + --server_cmd $(RISCV)/bin/openocd clean: rm -f *.pyc -- cgit v1.1