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