projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae9de3
)
Show the debug logs to stdout, to avoid travis timeouts
author
Palmer Dabbelt
<palmer@dabbelt.com>
Wed, 17 May 2017 15:28:16 +0000
(08:28 -0700)
committer
Palmer Dabbelt
<palmer@dabbelt.com>
Wed, 17 May 2017 15:28:56 +0000
(08:28 -0700)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index 5726883502ef4bfc4743fc25f41d5d0a3dae4191..f835507ce98df6e7c986335917a4adedd2a791f9 100644
(file)
--- 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