Show the debug logs to stdout, to avoid travis timeouts
[riscv-tests.git] / 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