Don't use `set pipefail` which is a bashism.
authorTim Newsome <tim@sifive.com>
Fri, 11 Aug 2017 18:15:11 +0000 (11:15 -0700)
committerTim Newsome <tim@sifive.com>
Fri, 11 Aug 2017 18:15:11 +0000 (11:15 -0700)
commit68d65fa9a44885bbe8d93673655e8c5ad98ed628
tree573c523a30b4e3dcd2e0b69214ea4764b0c7ebf6
parent6ff97655e7c6922a0e855c030b9f28a2eeba1fe0
Don't use `set pipefail` which is a bashism.

Instead, just give up on making the log files altogether now. Since
gdbserver.py makes its own log files it's not as necessary in any case.

This is yet another commit in an attempt to get the riscv-tools build to
actually fail if these tests fail.
debug/Makefile