Files
gb-emu/Makefile
Max Regan df22d782f5 Makefile: fix stopping on failed tests
A previous patch changed the way tests are run by piping the output
into sed to indent the output. This broke checking the return code of
the test because the return code is really that of sed.

Fix this by taking a dependecy on bash and using PIPESTATUS to get
the return code fo the test.
2017-05-31 22:03:30 -07:00

2.1 KiB