1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

Show the output of the test case that failed. (on linux.)

Copied from Perforce
 Change: 182044
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-05-21 17:34:35 +01:00
parent 156a450403
commit f306ba4b47

View file

@ -241,7 +241,7 @@ TESTCASES=abqtest amcss amcsshe amcssth amsss amssshe apss arenacv awlut \
testrun: $(TESTCASES)
OUTPUT=$$(mktemp -d /tmp/mps.log.XXXXXX); \
echo "Logging test output to $$OUTPUT"; \
$(^:%=(TESTCASE=$(PFM)/$(VARIETY)/%; \
$(^:%=(TEST=%; TESTCASE=$(PFM)/$(VARIETY)/$$TEST; \
echo "Running $$TESTCASE" && \
$$TESTCASE > $$OUTPUT/$$TEST || (cat $$OUTPUT/$$TEST; exit 1)) &&) true