aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-08-11 10:48:19 -0700
committerTim Newsome <tim@sifive.com>2017-08-11 10:48:19 -0700
commit6ff97655e7c6922a0e855c030b9f28a2eeba1fe0 (patch)
treea646a3f9ba2908bac1b43b876bf135eba50bb37b
parentb6e0c83dbbb4041da325097d5e3b6a592bd2b812 (diff)
downloadriscv-tests-6ff97655e7c6922a0e855c030b9f28a2eeba1fe0.zip
riscv-tests-6ff97655e7c6922a0e855c030b9f28a2eeba1fe0.tar.gz
riscv-tests-6ff97655e7c6922a0e855c030b9f28a2eeba1fe0.tar.bz2
Don't eat errors in debug Makefile.
-rw-r--r--debug/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 525cbf1..a5ea832 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -12,6 +12,7 @@ pylint:
pylint --rcfile=pylint.rc `git ls-files '*.py'`
%.log:
+ set -o pipefail; \
$(GDBSERVER_PY) \
--isolate \
$(src_dir)/targets/RISC-V/$(subst .log,.py,$@) \