From d2f3bc0e36b5b088ccc219efba2b43a65ccbcc54 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 13 Oct 2016 13:31:58 +0100 Subject: [PATCH] Fix testmmqa target in the hot variety. Copied from Perforce Change: 192515 ServerID: perforce.ravenbrook.com --- mps/code/comm.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/code/comm.gmk b/mps/code/comm.gmk index 655a4d6c060..53eabdb5d8c 100644 --- a/mps/code/comm.gmk +++ b/mps/code/comm.gmk @@ -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})