1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 00:34:17 -07:00

Put xxxxxx at the end of the pattern argument to mktemp, so that it works on freebsd and os x.

Copied from Perforce
 Change: 181562
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-05-06 19:01:25 +01:00
parent 6537a39f10
commit 3c35eda773

View file

@ -239,7 +239,7 @@ TESTCASES=abqtest amcss amcsshe amcssth amsss amssshe apss arenacv awlut \
messtest mpmss mpsicv poolncv qs sacss segsmss steptest \
walkt0
testrun: $(TESTCASES)
OUTPUT=$$(mktemp /tmp/mps-XXXXXX.log); \
OUTPUT=$$(mktemp /tmp/mps.log.XXXXXX); \
echo "Logging test output to $$OUTPUT"; \
$(^:%=(TESTCASE=$(PFM)/$(VARIETY)/%; \
echo "\n\n-- Running $$TESTCASE at $$(date) --" >> $$OUTPUT && \