From: Palmer Dabbelt Date: Wed, 17 May 2017 15:28:16 +0000 (-0700) Subject: Show the debug logs to stdout, to avoid travis timeouts X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=4c8a335f6aabd6c05577aceb31eb9b16142eb67c Show the debug logs to stdout, to avoid travis timeouts --- diff --git a/debug/Makefile b/debug/Makefile index 5726883..f835507 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -17,7 +17,7 @@ pylint: --$(subst .log,,$@) \ --sim_cmd $(RISCV)/bin/$(RISCV_SIM) \ --server_cmd $(RISCV)/bin/openocd \ - > $@ 2>&1 || (sed s/^/$@:\ / $@ && false) + | tee $@ 2>&1 || (sed s/^/$@:\ / $@ && false) clean: rm -f *.log *.pyc