Show the debug logs to stdout, to avoid travis timeouts
authorPalmer Dabbelt <palmer@dabbelt.com>
Wed, 17 May 2017 15:28:16 +0000 (08:28 -0700)
committerPalmer Dabbelt <palmer@dabbelt.com>
Wed, 17 May 2017 15:28:56 +0000 (08:28 -0700)
debug/Makefile

index 5726883502ef4bfc4743fc25f41d5d0a3dae4191..f835507ce98df6e7c986335917a4adedd2a791f9 100644 (file)
@@ -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