1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

Fix testmmqa target in the hot variety.

Copied from Perforce
 Change: 192515
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2016-10-13 13:31:58 +01:00
parent d0ae56d7dd
commit d2f3bc0e36

View file

@ -346,7 +346,7 @@ testratio: phony
MMQA=perl test/qa -p $(PFM) -v $(VARIETY)
$(PFM)/$(VARIETY)/testmmqa:
([ "$(VARIETY)" = "cool" ] && cd ../test && $(MMQA) runset testsets/coolonly)
if [ "$(VARIETY)" = "cool" ]; then (cd ../test && $(MMQA) runset testsets/coolonly); fi
(cd ../test && $(MMQA) runset testsets/{argerr,conerr,passing})