diff options
author | Tim Newsome <tim@sifive.com> | 2017-08-11 14:13:41 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2017-08-11 14:13:41 -0700 |
commit | e31bdb1d210ed0f6f87a578bf16c97a94be192c4 (patch) | |
tree | 4fd2ed424c52482b43bdc75da8acddc2018ffc12 /debug/Makefile | |
parent | 68d65fa9a44885bbe8d93673655e8c5ad98ed628 (diff) | |
download | riscv-tests-e31bdb1d210ed0f6f87a578bf16c97a94be192c4.zip riscv-tests-e31bdb1d210ed0f6f87a578bf16c97a94be192c4.tar.gz riscv-tests-e31bdb1d210ed0f6f87a578bf16c97a94be192c4.tar.bz2 |
When make fails to run a test, print out the log.
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |