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:
parent
6537a39f10
commit
3c35eda773
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue