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:
parent
156a450403
commit
f306ba4b47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue